LIVE ENDPOINT
https://mcp.across.to/mcp
Connect to this endpoint to inspect the live schema for get_page and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.mcp-server-across]
url = "https://mcp.across.to/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcp-server-across": {
"type": "http",
"url": "https://mcp.across.to/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcp-server-across
Remote MCP URL: https://mcp.across.to/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"mcp-server-across": {
"url": "https://mcp.across.to/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcp-server-across": {
"type": "http",
"url": "https://mcp.across.to/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcp-server-across",
"transport": "streamable-http",
"url": "https://mcp.across.to/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_across_docs— Full-text search across the Across Protocol documentation.get_code_examples— Get code examples from Across docs.recrawl_docs— Kick off a background re-crawl of all Across documentation pages.get_supported_chains— List all chains supported by Across with their chain IDs, fetched live from the Across API.get_api_reference— Get the Across REST API endpoint catalog.get_suggested_fees— Live quote of bridge fees for a single-token transfer between two Across-supported chains.get_swap_quote— Build a crosschain swap on Across.track_deposit— Look up the lifecycle status of an Across deposit by origin-chain tx hash or deposit ID.