← Registry

Analytics

bosonprotocol.io

Retrieves config, treasury, dispute, and exchange data from the Boson subgraph for decentralized marketplace analytics.

1 endpoint63 known toolsFirst detected May 29, 2026Last detected September 6, 2026

ENDPOINT 1

https://mcp.bosonprotocol.io/mcp

No auth detected

MCP server metadata

Name
boson-protocol-server
Version
1.2.8
Capabilities
tools.listChangedresources.listChangedcompletionsprompts.listChanged

Known tools 63

get_config_ids

Returns all valid configId values for this server.

Inferred read-only
get_funds

Reads treasury fund balances for sellers and buyers from the Boson subgraph.

Inferred read-only
get_disputes

Reads dispute records from the Boson subgraph.

Inferred read-only
get_dispute_by_id

Reads a single dispute by its ID (equals the exchangeId).

Inferred read-only
get_exchanges

Reads exchange records (offer commitments) from the Boson subgraph.

Inferred read-only
get_offers

Reads offer listings from the Boson subgraph.

Inferred read-only
get_sellers

Reads seller account entities from the Boson subgraph.

Inferred read-only
get_dispute_resolvers

Reads registered dispute resolver entities.

Inferred read-only
create_offer

Creates a product offer.

Inferred read-only
create_offer_with_condition

Creates an offer gated by token-ownership (e.

Inferred read-only
create_buyer

Creates a buyer account for signerAddress.

Inferred read-only
sign_full_offer

Generates EIP-712 typed data for a non-listed (private) offer that the offer creator must sign.

Inferred read-only
create_offer_and_commit

Atomically creates a private offer and commits a specific buyer in one transaction.

Inferred read-only
create_offer_commit_and_redeem

Atomically creates a private offer, commits a specific buyer, and immediately redeems the voucher in a single transaction via the OrchestrationHandler.

Inferred read-only
void_offer

Voids a listed offer so it can no longer be committed to.

Inferred read-only
void_non_listed_offer

Voids a private (non-listed) offer before it is fulfilled.

Inferred read-only
void_non_listed_offer_batch

Voids multiple private offers atomically.

Inferred read-only
create_seller

Creates a seller account on Boson Protocol.

Inferred read-only
update_seller

Updates an existing seller account.

Inferred read-only
send_signed_transaction

Broadcasts a signed raw Ethereum transaction to the network.

Inferred read-only
send_meta_transaction

Relays a pre-signed meta-transaction via Biconomy so the user pays no gas.

Inferred read-only
send_native_meta_transaction

Relays a native meta-transaction (EIP-712 signed function call) via Biconomy.

Inferred read-only
send_forwarded_meta_transaction

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

Potential side effects
withdraw_funds

Withdraws funds from an entity's protocol treasury to the entity's treasury address.

Inferred read-only
deposit_funds

Deposits ERC-20 or native tokens into an entity's protocol treasury (e.

Inferred read-only
extend_dispute_timeout

Extends the deadline of an active dispute.

Inferred read-only
expire_dispute

Marks a dispute as expired after its resolution period passes.

Inferred read-only
expire_dispute_batch

Marks multiple expired disputes in one transaction.

Inferred read-only
resolve_dispute

Resolves a dispute by mutual agreement.

Inferred read-only
raise_dispute

Raises a dispute on a redeemed exchange.

Inferred read-only
retract_dispute

Retracts a raised dispute, releasing seller deposit and restoring completion flow.

Inferred read-only
escalate_dispute

Escalates a stale dispute to the third-party dispute resolver.

Inferred read-only
decide_dispute

Decides an escalated dispute.

Inferred read-only
refuse_escalated_dispute

Dispute resolver refuses to decide an escalated dispute.

Inferred read-only
expire_escalated_dispute

Expires an escalated dispute once the resolver's response period passes without a decision.

Inferred read-only
create_dispute_resolution_proposal

Generates EIP-712 typed data for a mutual dispute resolution proposal.

Inferred read-only
revoke_voucher

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

Inferred read-only
approve_exchange_token

Grants ERC-20 allowance to the Boson Protocol contract.

Inferred read-only
sign_receive_with_erc3009_authorization

Generates EIP-712 typed data for an ERC-3009 ReceiveWithAuthorization (e.

Inferred read-only
sign_receive_with_erc2612_permit

Generates EIP-712 typed data for an EIP-2612 Permit.

Inferred read-only
sign_receive_with_permit2

Generates EIP-712 typed data for a Uniswap Permit2 PermitTransferFrom.

Inferred read-only
sign_receive_with_dai_permit

Generates EIP-712 typed data for a DAI-style Permit.

Inferred read-only
commit_to_offer

Commits to an offer, creating an exchange and minting a voucher NFT.

Inferred read-only
commit_to_conditional_offer

Commits to a token-gated (conditional) offer using a specific gating tokenId.

Inferred read-only
commit_to_offer_and_redeem_voucher

Atomically commits to an offer and immediately redeems the voucher in a single transaction via the OrchestrationHandler.

Inferred read-only
commit_to_conditional_offer_and_redeem_voucher

Atomically commits to a token-gated (conditional) offer using a specific gating tokenId and immediately redeems the voucher in a single transaction.

Inferred read-only
commit_to_buyer_offer

Fulfils a buyer-initiated offer (creator='BUYER') by the seller.

Inferred read-only
cancel_voucher

Cancels a committed voucher.

Inferred read-only
redeem_voucher

Redeems a voucher, signalling physical receipt of goods and starting the dispute period clock.

Inferred read-only
complete_exchange

Completes an exchange after the dispute period expires, releasing funds to the seller.

Inferred read-only
get_sellers_by_address

Reads seller entities associated with a specific Ethereum address.

Inferred read-only
get_all_products_with_not_voided_variants

Reads product groupings with at least one non-voided variant from the Boson subgraph.

Inferred read-only
search_products

Searches products in the Boson subgraph by keywords matched against title, description, brand, category, and tags.

Inferred read-only
validate_metadata

Validates a metadata object against the Boson Protocol schema (PRODUCT_V1, BUNDLE, BASE, etc.

Inferred read-only
store_product_v1_metadata

Stores a ProductV1 metadata object to IPFS.

Inferred read-only
store_bundle_metadata

Stores a Bundle metadata object to IPFS.

Inferred read-only
store_base_metadata

Stores a Base metadata object to IPFS.

Inferred read-only
render_contractual_agreement

Renders the legal contractual agreement text/HTML for an offer using its offer data and metadata.

Inferred read-only
store_bundle_item_product_v1_metadata

Stores a single ProductV1 bundle item's metadata to IPFS.

Inferred read-only
store_bundle_item_nft_metadata

Stores a single NFT bundle item's metadata to IPFS.

Inferred read-only
register_agent

Registers a dACP agent with this MCP server instance, associating its Ethereum identities and roles.

Inferred read-only
get_registered_agents

Returns all dACP agents registered with this MCP server instance, with their associated protocol entities and roles.

Inferred read-only
get_supported_tokens

Returns ERC-20 tokens accepted as exchange tokens on the given configId deployment.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for bosonprotocol.io was fetched 2026-08-29T17:04:04.026Z.

Trust status RestrictedContent

bosonprotocol.io is assessed as RestrictedContent: Domain runs gambling-related technology.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.