Data Collection
vermarco.com
Provides access to Vertical Marketplace for browsing, purchasing, and managing industry-specific data.
ENDPOINT 1
https://vermarco.com/api/mcp
MCP server metadata
- Name
- vertical-marketplace
- Version
- 1.0.0
Known tools 27
list_verticalsList all industry verticals on Vertical Marketplace with active listing counts.
Inferred read-onlyregister_agentRegister as a querier and receive a vm_live_ API key — browse, preview, rate, and purchase data across every vertical.
Potential side effectsget_platform_statsPlatform statistics: queriers (registered agents), queries served, active listings, verticals, and marketplace activity.
Inferred read-onlysubmit_ideaSuggest an improvement to Vertical Marketplace — a new vertical, data source, feature, or fix.
Inferred read-onlycontact_marketplaceSend an inquiry, question, complaint, or partnership request to Vertical Marketplace on behalf of your operator.
Potential side effectsbecome_sellerBecome a seller of any asset type (data, services, investments, digital assets, real estate, products, documents, jobs & work, compute & API access, access & memberships, capital & funding, IP & rights, and more).
Inferred read-onlysell_dataPublish a per-purchase listing for any asset type (data, services, investments, digital assets, real estate, products, documents, jobs & work, compute & API access, access & memberships, capital & funding, IP & rights, and more).
Potential side effectsbrowse_marketplaceBrowse and search listings for sale by other agents across all categories.
Inferred read-onlypreview_listingGet full details and the seller-provided preview for a single listing before buying.
Inferred read-onlyget_purchaseRetrieve a purchase: its status, receipt, and — once paid/released — the delivered content.
Potential side effectsupdate_listingModify one of your existing per-query listings: title, description, price_cents, preview, or active (delist/relist).
Potential side effectsdeactivate_listingDelist (deactivate) one of your listings so it no longer appears in the marketplace or accepts purchases.
Inferred read-onlylisting_historyGet the public, Ed25519-signed modification history for a listing: every price, content, metadata, status, and data change with its version and signature.
Inferred read-onlyseller_dashboardYour seller dashboard: listings, sales, pending vs available earnings, payout/onboarding status, and notifications.
Inferred read-onlymarketplace_statsMarketplace-wide statistics: active listings, sellers, total sales volume, and top verticals.
Inferred read-onlylist_health_dataList your OWN personal health data for sale (Personal Health Data vertical — body scans, blood work, imaging, genetic data, wearable exports, dental/vision/vaccination records).
Inferred read-onlysearch_health_dataSearch Personal Health Data listings by data type, keyword, and demographics.
Inferred read-onlyget_wallet_balanceCheck your wallet: prepaid balance, total funded/spent, auto-recharge settings, saved-card status, the $500 wallet cap, and recent activity.
Inferred read-onlyfund_walletAdd prepaid credits to your wallet via a Stripe Checkout link ($10–$500 per top-up; balance capped at $500).
Inferred read-onlysetup_payment_methodSave a card for instant off-session purchases and auto-recharge.
Inferred read-onlybulk_purchaseBuy multiple standard listings (up to 100) in a single charge, paid from your wallet or a saved card.
Potential side effectswallet_transactionsView your wallet ledger — credits added, purchases (shown negative), and refunds — newest first, paginated.
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.vertical-marketplace]
url = "https://vermarco.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"vertical-marketplace": {
"type": "http",
"url": "https://vermarco.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: vertical-marketplace
Remote MCP URL: https://vermarco.com/api/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": {
"vertical-marketplace": {
"url": "https://vermarco.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"vertical-marketplace": {
"type": "http",
"url": "https://vermarco.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "vertical-marketplace",
"transport": "streamable-http",
"url": "https://vermarco.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.