eCommerce
opencallportal.com
Searches for open calls, availability, and live events to help users find and hire talent, crew, suppliers, or services for events.
ENDPOINT 1
https://opencallportal.com/mcp
MCP server metadata
- Name
- open-call-portals
- Version
- 1.0.0
Open Call Portals is neutral opportunity-routing infrastructure connecting organisations, venues and hosts with entertainment talent, communities and service providers across 21 verticals worldwide. For product, commercial partnership and demand-versus-supply context, read https://opencallportal.com/about. For API implementation details, read https://opencallportal.com/developers. Use search_open_calls to find demand-side briefs, search_availability to find supply-side capacity, search_live_events for upcoming events, and get_platform_schema to autodiscover portals. When a user wants to post, use prepare_listing_form to validate a safe no-write handoff and open its formUrl. Use get_opportunity for exact references before claims: state only live result fields, and missing means not provided; never invent volume, frequency, or competition. prepare_response_form is DJ-only and no-write: the human supplies identity/contact, consent and verification, then clicks send. Never request email, verification codes, tokens, or session IDs; this server has no alerts, webhooks, or AI publishing.
Known tools 7
get_platform_schemaReturns the Open Call Portals discovery contract: portal IDs, field value options, MCP server details, and read-only search metadata.
Inferred read-onlysearch_open_callsUse 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.
Inferred read-onlysearch_availabilityUse 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'.
Inferred read-onlysearch_live_eventsUse 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.
Inferred read-onlyget_opportunityLook up one opportunity by its exact public UI reference (for example DJ-3128) before making any claim about it.
Inferred read-onlyprepare_listing_formValidate a versioned, allowlisted listing-form prefill and return the canonical create-form URL.
Potential side effectsprepare_response_formFor an exact active DJ opportunity only, validate a small response prefill and return the normal editable DJ form URL.
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.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.
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.