Skip to content
Taploop

Codex

MCP
[mcp_servers.taploop]
url = "https://mcp.taploop.agency/mcp"
bearer_token_env_var = "TAPLOOP_MCP_TOKEN"
Configuration exampleWorkspace token

Claude Code

MCP
mcpServers:
  taploop:
    type: http
    url: https://mcp.taploop.agency/mcp
    headers:
      Authorization: Bearer ${TAPLOOP_MCP_TOKEN}
Configuration exampleWorkspace token
Research
Campaigns
Creators
Data
Outcomes

The live endpoint accepts individually revocable, workspace-bound MCP tokens created after sign-in. A configuration card is not connection proof; Taploop waits for the server's first authenticated request.

Current endpoint

Connect to the live Taploop control plane.

This taploop.agency endpoint is the canonical address for the remote MCP service.

Streamable HTTP MCPhttps://mcp.taploop.agency/mcpWorkspace token auth
Authentication boundary

Signed-in workspace owners create a scoped, revocable personal MCP token in Taploop. The raw token is shown once and only its SHA-256 digest is stored. This manual bearer-token flow is production authentication; it is not OAuth.

Tools

Domain operations, not provider endpoints.

The public MCP catalog remains small while adapter-specific details stay behind Taploop.

get_system_capabilitiesget_mcp_pricingget_mcp_walletget_mcp_usagesearch_public_webread_public_web_pagesearch_marketing_capabilitiesdescribe_marketing_capabilitycreate_marketing_goalpropose_marketing_planrequest_plan_approvalexecute_approved_planget_command_statusget_command_evidenceget_verified_results
Live public web

Search and read without exposing the upstream account.

Taploop sends only the approved query or public URL to its Bright Data-backed source. The upstream credential and raw provider catalog never enter the agent configuration.

Public-web search

One bounded search request through Taploop's governed public-web source.

search_public_web
$0.022 credits per request

Public page read

One bounded request to read a safe public HTTPS page as Markdown.

read_public_web_page
$0.033 credits per request
Approvals

The agent can request approval. It cannot grant it.

Approval remains a separate human control-plane action and is intentionally absent from the MCP tool catalog.

Immutable plan

The action parameters and maximum commitment are hashed before approval is requested.

Human decision

A separate authenticated control-plane action approves or rejects that exact plan.

Execution evidence

Only the approved command runs, and normalized provider evidence returns afterward.

Sample prompt

Make the stop point explicit.

Codex prompt
Use Taploop to call get_mcp_pricing and get_mcp_wallet.
Then call search_public_web once for "current public-web marketing research tools".
Do not read a result page unless I approve the additional priced request.
Show the source URLs, the exact Taploop charge, and the remaining service-credit balance.