← opencallportal.com

INDIVIDUAL MCP TOOL

search_availability

Use this first for buyer-side requests to find, hire, or book talent, crew, suppliers, or services: 'I need a live band in St Kilda', 'find a DJ near Amsterdam', or 'event crew for hire'.

opencallportal.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://opencallportal.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for search_availability 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

opencallportal.com

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.open-call-portals]
url = "https://opencallportal.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "open-call-portals": {
      "type": "http",
      "url": "https://opencallportal.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: open-call-portals
Remote MCP URL: https://opencallportal.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": {
    "open-call-portals": {
      "url": "https://opencallportal.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "open-call-portals": {
      "type": "http",
      "url": "https://opencallportal.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "open-call-portals",
  "transport": "streamable-http",
  "url": "https://opencallportal.com/mcp"
}
MCP Inspector

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

Related tools

  • get_platform_schema — Returns the Open Call Portals discovery contract: portal IDs, field value options, MCP server details, and read-only search metadata.
  • search_open_calls — Use this when talent, crew, suppliers, or service providers are looking for posted work: gigs, jobs, opportunities, vacancies, slots, bookings, wanted/needed listings, or open calls.
  • search_live_events — Use when the user asks to find, show, attend, watch, visit, or buy tickets for an event or session—not when they need to hire talent.
  • get_opportunity — Look up one opportunity by its exact public UI reference (for example DJ-3128) before making any claim about it.
  • prepare_listing_form — Validate a versioned, allowlisted listing-form prefill and return the canonical create-form URL.
  • prepare_response_form — For an exact active DJ opportunity only, validate a small response prefill and return the normal editable DJ form URL.