Back to Apps

Across Protocol MCP
Supports UIby across-protocol
Index Across Protocol documentation and provide live bridge fee queries and interactive swaps for cross-chain dev.
0 stars
Works in:CursorCodexWindsurfVS Code Copilot
Exposes:ToolsResourcesPrompts
What it does
This MCP app indexes the Across Protocol documentation and integrates directly with the Across REST API. It allows developers to search documentation, query live bridge fees, and even perform cross-chain swaps via an interactive UI.
Key features
- Interactive Swap UI: Renders a sandboxed swap view using WalletConnect for secure, user-signed transactions.
- Live API Integration: Real-time fee quotes, supported chain lists, and deposit tracking.
- Documentation Search: TF-IDF search across indexed Across docs for instant answers.
- Cross-Chain Tooling: Generate ready-to-sign calldata for swaps and diagnose deposits.
Installation
Hosted (HTTP):
Add to claude_desktop_config.json:
{
"mcpServers": {
"across-docs": {
"url": "https://mcp.across.to/mcp"
}
}
}
Self-Hosted (stdio):
{
"mcpServers": {
"across-docs": {
"command": "npx",
"args": ["-y", "mcp-server-across"]
}
}
}
Supported hosts
- Claude Desktop
- Claude Code
- Cursor
- Codex
- Windsurf
- VS Code Copilot
Quick install
npx -y mcp-server-acrossInformation
- Pricing
- free
- Published
- 6/29/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Codex
mcp config entryCursor
mcp.json entry in ~/.cursor/Windsurf
mcp_config.json entryClaude Desktop
{"mcpServers": {"across-docs": {"url": "https://mcp.across.to/mcp"}}}VS Code Copilot
settings.json github.copilot.chat.mcp.servers entry





