Analytics
bosonprotocol.io
Retrieves config, treasury, dispute, and exchange data from the Boson subgraph for decentralized marketplace analytics.
ENDPOINT 1
https://mcp.bosonprotocol.io/mcp
MCP server metadata
- Name
- boson-protocol-server
- Version
- 1.2.8
Known tools 63
get_fundsReads treasury fund balances for sellers and buyers from the Boson subgraph.
Inferred read-onlysign_full_offerGenerates EIP-712 typed data for a non-listed (private) offer that the offer creator must sign.
Inferred read-onlycreate_offer_and_commitAtomically creates a private offer and commits a specific buyer in one transaction.
Inferred read-onlycreate_offer_commit_and_redeemAtomically creates a private offer, commits a specific buyer, and immediately redeems the voucher in a single transaction via the OrchestrationHandler.
Inferred read-onlysend_signed_transactionBroadcasts a signed raw Ethereum transaction to the network.
Inferred read-onlysend_meta_transactionRelays a pre-signed meta-transaction via Biconomy so the user pays no gas.
Inferred read-onlysend_native_meta_transactionRelays a native meta-transaction (EIP-712 signed function call) via Biconomy.
Inferred read-onlysend_forwarded_meta_transactionRelays a Biconomy forwarded meta-transaction (ERC-20 gas payment).
Potential side effectswithdraw_fundsWithdraws funds from an entity's protocol treasury to the entity's treasury address.
Inferred read-onlydeposit_fundsDeposits ERC-20 or native tokens into an entity's protocol treasury (e.
Inferred read-onlyretract_disputeRetracts a raised dispute, releasing seller deposit and restoring completion flow.
Inferred read-onlyexpire_escalated_disputeExpires an escalated dispute once the resolver's response period passes without a decision.
Inferred read-onlycreate_dispute_resolution_proposalGenerates EIP-712 typed data for a mutual dispute resolution proposal.
Inferred read-onlyrevoke_voucherRevokes a committed (not yet redeemed) voucher on behalf of the seller, returning funds to the buyer.
Inferred read-onlysign_receive_with_erc3009_authorizationGenerates EIP-712 typed data for an ERC-3009 ReceiveWithAuthorization (e.
Inferred read-onlysign_receive_with_erc2612_permitGenerates EIP-712 typed data for an EIP-2612 Permit.
Inferred read-onlysign_receive_with_permit2Generates EIP-712 typed data for a Uniswap Permit2 PermitTransferFrom.
Inferred read-onlycommit_to_offerCommits to an offer, creating an exchange and minting a voucher NFT.
Inferred read-onlycommit_to_conditional_offerCommits to a token-gated (conditional) offer using a specific gating tokenId.
Inferred read-onlycommit_to_offer_and_redeem_voucherAtomically commits to an offer and immediately redeems the voucher in a single transaction via the OrchestrationHandler.
Inferred read-onlycommit_to_conditional_offer_and_redeem_voucherAtomically commits to a token-gated (conditional) offer using a specific gating tokenId and immediately redeems the voucher in a single transaction.
Inferred read-onlycommit_to_buyer_offerFulfils a buyer-initiated offer (creator='BUYER') by the seller.
Inferred read-onlyredeem_voucherRedeems a voucher, signalling physical receipt of goods and starting the dispute period clock.
Inferred read-onlycomplete_exchangeCompletes an exchange after the dispute period expires, releasing funds to the seller.
Inferred read-onlyget_sellers_by_addressReads seller entities associated with a specific Ethereum address.
Inferred read-onlyget_all_products_with_not_voided_variantsReads product groupings with at least one non-voided variant from the Boson subgraph.
Inferred read-onlysearch_productsSearches products in the Boson subgraph by keywords matched against title, description, brand, category, and tags.
Inferred read-onlyvalidate_metadataValidates a metadata object against the Boson Protocol schema (PRODUCT_V1, BUNDLE, BASE, etc.
Inferred read-onlyrender_contractual_agreementRenders the legal contractual agreement text/HTML for an offer using its offer data and metadata.
Inferred read-onlystore_bundle_item_product_v1_metadataStores a single ProductV1 bundle item's metadata to IPFS.
Inferred read-onlyregister_agentRegisters a dACP agent with this MCP server instance, associating its Ethereum identities and roles.
Inferred read-onlyget_registered_agentsReturns all dACP agents registered with this MCP server instance, with their associated protocol entities and roles.
Inferred read-onlyget_supported_tokensReturns ERC-20 tokens accepted as exchange tokens on the given configId deployment.
Inferred read-onlyCONNECT 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.
bosonprotocol.io is assessed as RestrictedContent: Domain runs gambling-related technology.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.