← across.to

INDIVIDUAL MCP TOOL

get_suggested_fees

Live quote of bridge fees for a single-token transfer between two Across-supported chains.

across.tonone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.across.to/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_suggested_fees and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name, description or schema mentions credentials.
  • A tool name or description suggests a financial action.

Parent server

across.to

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_page — Get the full content of a specific Across documentation page.
  • 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_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.