← bosonprotocol.io

INDIVIDUAL MCP TOOL

revoke_voucher

Revokes a committed (not yet redeemed) voucher on behalf of the seller, returning funds to the buyer.

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 revoke_voucher 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

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.