← bedrocktap.com

INDIVIDUAL MCP TOOL

register_interest

Join the waitlist for a capability this service does not offer yet.

bedrocktap.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://bedrocktap.com/mcp

No auth detected

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

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

.mcp.json

{
  "mcpServers": {
    "bedrocktap": {
      "type": "http",
      "url": "https://bedrocktap.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • health — Check what this server can and cannot do right now.
  • sources_list — List data sources with their routing guidance — which source to reach for, what it costs, how it was lawfully obtained, and what it cannot answer.
  • run_begin — Open a run: one purpose, its own source settings, its own spend ceiling.
  • search — Search across data sources and return lightweight refs (title, url, sourceId, upstreamId, meta).
  • data_fetch — Fetch the full payload behind a ref returned by search.
  • get_reviews — Search reviews across G2, Capterra, Trustpilot and the Apple, Google and Microsoft app stores under one schema.
  • cost_estimate — Price a search without making it — per-source cost and the expected wall-clock wait.
  • source_config_get — Read a source's configurable parameters — the schema and its current values.