Data Collection
bedrocktap.com
Enables searching across multiple data sources with cost controls and source routing guidance.
ENDPOINT 1
https://bedrocktap.com/mcp
MCP server metadata
- Name
- BedrockTap
- Version
- 0.1.0-waitlist
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
sources_listList 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-onlyregister_interestJoin the waitlist for a capability this service does not offer yet.
Inferred read-onlysearchSearch across data sources and return lightweight refs (title, url, sourceId, upstreamId, meta).
Inferred read-onlyget_reviewsSearch reviews across G2, Capterra, Trustpilot and the Apple, Google and Microsoft app stores under one schema.
Inferred read-onlycost_estimatePrice a search without making it — per-source cost and the expected wall-clock wait.
Inferred read-onlysource_config_getRead a source's configurable parameters — the schema and its current values.
Inferred read-onlyrun_endClose a run and return its cost report: every call, its cost, its duration, and the totals.
Inferred read-onlycalls_listThe tool-call ledger, newest first — what was called, what it cost, how long it took.
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.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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.