← bosonprotocol.io

INDIVIDUAL MCP TOOL

send_forwarded_meta_transaction

Relays a Biconomy forwarded meta-transaction (ERC-20 gas payment).

bosonprotocol.ionone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.bosonprotocol.io/mcp

No auth detected

Connect to this endpoint to inspect the live schema for send_forwarded_meta_transaction 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 or description suggests a financial action.

Parent server

bosonprotocol.io

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.boson-protocol-server]
url = "https://mcp.bosonprotocol.io/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "boson-protocol-server": {
      "type": "http",
      "url": "https://mcp.bosonprotocol.io/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: boson-protocol-server
Remote MCP URL: https://mcp.bosonprotocol.io/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": {
    "boson-protocol-server": {
      "url": "https://mcp.bosonprotocol.io/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "boson-protocol-server": {
      "type": "http",
      "url": "https://mcp.bosonprotocol.io/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "boson-protocol-server",
  "transport": "streamable-http",
  "url": "https://mcp.bosonprotocol.io/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_config_ids — Returns all valid configId values for this server.
  • get_funds — Reads treasury fund balances for sellers and buyers from the Boson subgraph.
  • get_disputes — Reads dispute records from the Boson subgraph.
  • get_dispute_by_id — Reads a single dispute by its ID (equals the exchangeId).
  • get_exchanges — Reads exchange records (offer commitments) from the Boson subgraph.
  • get_offers — Reads offer listings from the Boson subgraph.
  • get_sellers — Reads seller account entities from the Boson subgraph.
  • get_dispute_resolvers — Reads registered dispute resolver entities.