INDIVIDUAL MCP TOOL
get_order
Retrieve an order (purchase): status, Ed25519-signed receipt, and — once paid/released — the delivered content.
LIVE ENDPOINT
https://vermarco.app/api/mcp/buyer
Connect to this endpoint to inspect the live schema for get_order and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests a financial action.
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.vertical-marketplace-buyer]
url = "https://vermarco.app/api/mcp/buyer"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"vertical-marketplace-buyer": {
"type": "http",
"url": "https://vermarco.app/api/mcp/buyer"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: vertical-marketplace-buyer
Remote MCP URL: https://vermarco.app/api/mcp/buyer
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": {
"vertical-marketplace-buyer": {
"url": "https://vermarco.app/api/mcp/buyer"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"vertical-marketplace-buyer": {
"type": "http",
"url": "https://vermarco.app/api/mcp/buyer"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "vertical-marketplace-buyer",
"transport": "streamable-http",
"url": "https://vermarco.app/api/mcp/buyer"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_offers— Search live offers across every category and vertical of Vertical Marketplace.get_offer— Get full details and the seller-provided free preview for one offer before buying.buy_offer— Buy an offer.rate_order— Rate a completed order 1-5 (optional comment).