← nexbid.dev

INDIVIDUAL MCP TOOL

list_inventory

<tool_description> List available publisher inventory slots for programmatic media buying.

nexbid.devnone authenticationAvailability not checked

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 endpoint

nexbid.dev

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.nexbid-dev]
url = "https://mcp.nexbid.dev/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "nexbid-dev": {
      "type": "http",
      "url": "https://mcp.nexbid.dev/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: nexbid-dev
Remote MCP URL: https://mcp.nexbid.dev/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": {
    "nexbid-dev": {
      "url": "https://mcp.nexbid.dev/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "nexbid-dev": {
      "type": "http",
      "url": "https://mcp.nexbid.dev/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "nexbid-dev",
  "transport": "streamable-http",
  "url": "https://mcp.nexbid.dev/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • nexbid_search — <tool_description> Nexbid Agent Discovery — a curated, single-source catalog of commerce content (products, recipes, services) returned with canonical source URLs, so every result is citable back to the original publisher.
  • nexbid_product — <tool_description> Get detailed product information by ID from the Nexbid marketplace.
  • nexbid_categories — <tool_description> List all available product categories in the Nexbid marketplace with product counts.
  • nexbid_purchase — <tool_description> Initiate a purchase for a product found via nexbid_search.
  • nexbid_order_status — <tool_description> Check the status of a purchase intent created via nexbid_purchase.
  • list_products — <tool_description> Search for products in the Nexbid marketplace.
  • get_product — <tool_description> Get detailed product information by ID.
  • get_inventory_item — <tool_description> Get detailed information about a specific publisher inventory slot, including rules and active buy count.