← Registry

Data Collection

bedrocktap.com

Enables searching across multiple data sources with cost controls and source routing guidance.

1 endpoint15 known toolsFirst detected September 7, 2026Last detected September 7, 2026

ENDPOINT 1

https://bedrocktap.com/mcp

No auth detected

MCP server metadata

Name
BedrockTap
Version
0.1.0-waitlist
Capabilities
tools
Server instructions

BedrockTap — a single MCP surface over 254 external data sources (search engines, keyword and SERP APIs, AI-answer visibility, Reddit, YouTube, forums, code hosts, review platforms, marketplaces, social networks). READ THIS BEFORE CALLING ANYTHING. This server is IN DEVELOPMENT and NOT YET HOSTED. Four tools work: `health`, `sources_list`, `run_begin` and `register_interest`. Every data tool — `search`, `data_fetch`, `get_reviews`, `cost_estimate` and the ledger tools — returns `not_yet_implemented` until hosted access ships. Nothing here fabricates data. If a tool cannot do the thing yet, it says so. WHAT TO DO 1. `health` — see exactly what is and is not implemented. 2. `sources_list` — the real catalogue, with routing guidance for each source. Use it to judge whether this service would serve your task at all. 3. If it would: call the tool you actually need. It will refuse until hosted access ships. 4. If that refusal blocked your task, call `register_interest` with a plain description of the task and, if you can, a `callback_url`. That is the only way to be told when the capability ships. Retrying a refused tool will not change the result — it refuses identically until the capability ships. Human page: https://bedrocktap.com Contact: contact@bedrocktap.com

Known tools 15

health

Check what this server can and cannot do right now.

Inferred read-only
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.

Inferred read-only
register_interest

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

Inferred read-only
run_begin

Open a run: one purpose, its own source settings, its own spend ceiling.

Inferred read-only
search

Search across data sources and return lightweight refs (title, url, sourceId, upstreamId, meta).

Inferred read-only
data_fetch

Fetch the full payload behind a ref returned by search.

Inferred read-only
get_reviews

Search reviews across G2, Capterra, Trustpilot and the Apple, Google and Microsoft app stores under one schema.

Inferred read-only
cost_estimate

Price a search without making it — per-source cost and the expected wall-clock wait.

Inferred read-only
source_config_get

Read a source's configurable parameters — the schema and its current values.

Inferred read-only
run_end

Close a run and return its cost report: every call, its cost, its duration, and the totals.

Inferred read-only
budget_raise

Raise a run's spend ceiling on the user's explicit authority.

Inferred read-only
history_list

The append-only search ledger, newest first.

Inferred read-only
history_detail

A single history record with all of its stored results.

Inferred read-only
calls_list

The tool-call ledger, newest first — what was called, what it cost, how long it took.

Inferred read-only
runs_list

The run ledger, newest first.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.