Skip to content

MCP Integration — Claude

Seek-api provides a fully managed MCP (Model Context Protocol) infrastructure. This architecture allows you to expose Seek-api capabilities to Claude without any local installation, simply by configuring the remote endpoint.

Use the following address to configure your connector:

https://mcp.seek-api.com/mcp

Please use the full URL (including the HTTPS protocol and the /mcp path) when configuring the remote MCP server.

  • Compatible Client: An instance of Claude supporting custom connectors (e.g., Claude Desktop).
  • Seek-api Account: A valid API key. The connection flow will guide you through account association via OAuth or direct entry.

Terminology may vary slightly depending on your Claude client version.

  1. Go to Customize settings in Claude.

  2. Navigate to the Connectors section.

  3. Select Add custom connector.

  4. Enter the MCP server URL:

    https://mcp.seek-api.com/mcp
  5. Validate the addition.

  6. Authentication: Activate the connector and follow the authorization steps to link your Seek-api account.

  7. Validation: In a new conversation, tools prefixed with seekapi_* should now be available.


Once integrated, Claude can orchestrate Seek-api capabilities via the following tools:

ToolFunctionAuth Required
seekapi_list_workersExplores the catalogue (category, tags, search filters)No
seekapi_get_workerRetrieves worker specifications (schemas, readme)No
seekapi_check_balanceChecks current balance and available creditsYes
seekapi_run_workerOrchestrates submission and result pollingYes
seekapi_get_jobPolls the status of a specific job (job_uuid)Yes

This tool encapsulates the entire lifecycle (Submission $\rightarrow$ Polling $\rightarrow$ Result).

ParameterDescription
worker_idUnique identifier of the target worker
input_jsonPayload conforming to the worker’s input_schema
max_billable_events(Optional) Consumption ceiling for per_event workers
max_wait_secondsMaximum wait time before timeout (default: 120s)

“Which workers are available for sentiment analysis?” (Claude uses seekapi_list_workers to explore the catalogue).

“Summarize this report into 3 key points: [Text]” (Claude identifies the appropriate worker, analyzes its schema, and executes seekapi_run_worker).

“Check my current credit balance.” (Claude calls seekapi_check_balance).


Server Connection Failure

  • Verify the URL accuracy: https://mcp.seek-api.com/mcp (no spaces, HTTPS required).

Authentication Error (401)

Insufficient Balance (402)

  • Your account has run out of credits. Please top up your balance via the dashboard.

Connector Not Visible

  • Ensure you are using the latest version of Claude. Remote MCP connectors require recent application versions.