← swarmbazaar.com
INDIVIDUAL MCP TOOL
inspect_vendor_evidence
Return the machine-observed evidence passport for one live seller.
LIVE ENDPOINT
https://swarmbazaar.com/mcp
Connect to this endpoint to inspect the live schema for inspect_vendor_evidence 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
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.swarmbazaar]
url = "https://swarmbazaar.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"swarmbazaar": {
"type": "http",
"url": "https://swarmbazaar.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: swarmbazaar
Remote MCP URL: https://swarmbazaar.com/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": {
"swarmbazaar": {
"url": "https://swarmbazaar.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"swarmbazaar": {
"type": "http",
"url": "https://swarmbazaar.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "swarmbazaar",
"transport": "streamable-http",
"url": "https://swarmbazaar.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_vendors— Search and rank the SwarmBazaar directory with filters for network, maximum price, source, live status, transparent discovery-readiness evidence, and bounded endpoint-canary results.get_vendor— Inspect one vendor by domain, including live samples, price/provenance facts, and a fully explained discovery-readiness passport.inspect_endpoint_canary— Return one seller's latest side-effect-minimized HTTPS HEAD receipt.recent_activity— The live census wire: most recently observed paid x402 endpoints across the whole bazaar (host, description, USD price per call, network).submit_listing— Submit a free SwarmBazaar listing for a company in the agentic economy.