expire_dispute_batch — agentic commerce MCP Tool
expire_dispute_batch
(expire dispute batch) is one of 63 tools on the
agentic commerce
MCP server. Connect the server and your client discovers it on the handshake.
by client
How to call expire_dispute_batch from your client
- Claude Code agentic commerce expire_dispute_batch run in your project directory
- Claude Desktop agentic commerce expire_dispute_batch ~/Library/Application Support/Claude/claude_desktop_config.json
- Cursor agentic commerce expire_dispute_batch ~/.cursor/mcp.json
- VS Code agentic commerce expire_dispute_batch .vscode/mcp.json
- Zed agentic commerce expire_dispute_batch ~/.config/zed/settings.json
- Windsurf agentic commerce expire_dispute_batch ~/.codeium/windsurf/mcp_config.json
- Cline agentic commerce expire_dispute_batch ~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
- Gemini CLI agentic commerce expire_dispute_batch ~/.gemini/settings.json
- Grok agentic commerce expire_dispute_batch .mcp.json (in your project root)
- ChatGPT agentic commerce expire_dispute_batch Settings → Connectors → Advanced → Developer mode
- Claude.ai agentic commerce expire_dispute_batch Settings → Connectors → Add custom connector
- LangChain agentic commerce expire_dispute_batch pip install langchain-mcp-adapters
Fastest route
claude mcp add --transport http agentic-commerce https://mcp.bosonprotocol.io/mcp
Other tools on this server
- get_config_ids
- get_funds
- get_disputes
- get_dispute_by_id
- get_exchanges
- get_offers
- get_sellers
- get_dispute_resolvers
- create_offer
- create_offer_with_condition
- create_buyer
- sign_full_offer
- create_offer_and_commit
- create_offer_commit_and_redeem
- void_offer
- void_non_listed_offer
- void_non_listed_offer_batch
- create_seller
- update_seller
- send_signed_transaction
- send_meta_transaction
- send_native_meta_transaction
- send_forwarded_meta_transaction
- withdraw_funds
- deposit_funds
- extend_dispute_timeout
- expire_dispute
- resolve_dispute
- raise_dispute
- retract_dispute
- escalate_dispute
- decide_dispute
- refuse_escalated_dispute
- expire_escalated_dispute
- create_dispute_resolution_proposal
- revoke_voucher
- approve_exchange_token
- sign_receive_with_erc3009_authorization
- sign_receive_with_erc2612_permit
- sign_receive_with_permit2
- sign_receive_with_dai_permit
- commit_to_offer
- commit_to_conditional_offer
- commit_to_offer_and_redeem_voucher
- commit_to_conditional_offer_and_redeem_voucher
- commit_to_buyer_offer
- cancel_voucher
- redeem_voucher
- complete_exchange
- get_sellers_by_address
- get_all_products_with_not_voided_variants
- search_products
- validate_metadata
- store_product_v1_metadata
- store_bundle_metadata
- store_base_metadata
- render_contractual_agreement
- store_bundle_item_product_v1_metadata
- store_bundle_item_nft_metadata
- register_agent
- get_registered_agents
- get_supported_tokens
This list was read from the server itself, by connecting to it and calling tools/list on 24 September 2026. It is what
the server actually exposes, not what its listing claims.
Mutating and Read-only are read off each tool's name, not its schema — a hint, not a guarantee. The registry stores tool names only; connect the server for its live schemas.