Skip to content
Back to search
100
MCP live v1.0.0 streamable-http

dev.nexbid/discovery

dev.nexbid/discovery

Search and discover advertiser products through an open marketplace for AI agents.

Uptime
7.7%
26 probes
Response
454ms
last probe
Tools
19
callable

Tools · 19

nexbid_search

<tool_description> Search and discover products, recipes AND services in the Nexbid marketplace. Nexbid Agent Discovery — search and discover advertiser products through an open marketplace. Returns r…

nexbid_product

<tool_description> Get detailed product information by ID from the Nexbid marketplace. Returns full product details including price, availability, description, and purchase link. </tool_description> …

nexbid_categories

<tool_description> List all available product categories in the Nexbid marketplace with product counts. Optionally filter by country. </tool_description> <when_to_use> When user wants to explore what…

nexbid_purchase

<tool_description> Initiate a purchase for a product found via nexbid_search. Returns a checkout link that the user can click to complete the purchase at the retailer. The agent should present this li…

nexbid_order_status

<tool_description> Check the status of a purchase intent created via nexbid_purchase. </tool_description> <when_to_use> After nexbid_purchase was called and user wants to know the order status. Requi…

list_products

<tool_description> Search for products in the Nexbid marketplace. Alias for nexbid_search with content_type='product'. </tool_description> <when_to_use> When an agent needs to discover products (not …

get_product

<tool_description> Get detailed product information by ID. Alias for nexbid_product. </tool_description> <when_to_use> When you have a product UUID from list_products or nexbid_search. </when_to_use>…

list_inventory

<tool_description> List available publisher inventory slots for programmatic media buying. Returns ad slots with pricing, rules, and capacity info. </tool_description> <when_to_use> Before create_med…

get_inventory_item

<tool_description> Get detailed information about a specific publisher inventory slot, including rules and active buy count. </tool_description> <when_to_use> After list_inventory to get full slot de…

create_media_buy

<tool_description> Create a media buy (bid on publisher inventory). Validates rules, runs auction scoring, and returns approval/rejection status. AdCP-compatible first-price sealed-bid auction. </tool…

submit_creatives

<tool_description> Submit or update creative assets for an existing media buy. Required before activation. </tool_description> <when_to_use> After create_media_buy returns approved status. Upload cre…

activate

<tool_description> Activate an approved media buy to start serving. Requires creative to be submitted first. </tool_description> <when_to_use> After submit_creatives, when ready to go live with the c…

pause

<tool_description> Pause an active media buy campaign. Can be reactivated later. </tool_description> <when_to_use> When an advertiser wants to temporarily stop a running campaign. Only works on activ…

cancel

<tool_description> Cancel a media buy campaign. This is a terminal state — cannot be reactivated. </tool_description> <when_to_use> When an advertiser wants to permanently stop a campaign. Cannot be …

list_media_buys

<tool_description> List media buys with optional filters. View campaign history for advertisers or publishers. </tool_description> <when_to_use> To view existing media buys (campaigns). Filter by adv…

get_campaign_report

<tool_description> Get aggregated performance report for a media buy. Shows spend, impressions, clicks, conversions with time-series breakdown. </tool_description> <when_to_use> To check campaign per…

get_compliance_status

<tool_description> Check nDSG/GDPR/EU AI Act compliance status for a media buy. Verifies privacy-native architecture compliance. </tool_description> <when_to_use> Before activating a campaign or for …

settle

<tool_description> Settle pending payments for media buys. Supports manual CSV export, Stripe invoice (Phase 2 stub), and x402 micropayments (Phase 2 stub). </tool_description> <when_to_use> When a p…

track_enriched_snippet

<tool_description> Track delivery of an enriched snippet and bill the advertiser. Creates a ledger entry and decrements the media buy budget. </tool_description> <when_to_use> When an agent delivers …

Similar MCP servers embedding-nearest

Nexbid — Agentic Ad Server
AI agent product discovery via open marketplace. Search, compare and discover advertiser products.
0 tools · streamable-http
Nexbid — Agentic Ad Server
AI agent product discovery via open marketplace. Search, compare and discover advertiser products.
0 tools · streamable-http
io.github.periskop-ai/shopping-discovery
Product discovery for AI agents: ranked products and bundles from the open merchant web.
0 tools · streamable-http
@n8n-dev/n8n-nodes-gsa-gov
API powers Discovery Market Research Tool.
0 tools
io.github.lexwhiting/settlegrid-discovery
Discover monetized AI tools on SettleGrid. Search by category, get pricing.
0 tools
AgentNet
Discover, verify, and hire AI agents from the AgentNet marketplace, from your editor.
0 tools · streamable-http

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "dev.nexbid/discovery": {
      "url": "https://mcp.nexbid.dev/mcp",
      "transport": "streamable-http"
    }
  }
}