Yelp data for agents
REMOTE · YELP.FETCHER.SH · SCANNED AUG 3
4 Yelp endpoints. Pay per call in USDC via x402.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score →
Endpoint Security57
- The endpoint's TLS certificate is valid, in date, and uses a strong key. View diagnostics → Pass
- Authorisation not fully verified: no authorisation is required to call this server, and 6 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe. See how to fix → View diagnostics → Unverified
- HTTPS is enforced; there's no plaintext access path. View diagnostics → Pass
- HSTS check failed: the Strict-Transport-Security header is absent. See how to fix → View diagnostics → Fail
- DNSSEC check failed: this domain isn't protected by DNSSEC. See how to fix → View diagnostics → Fail
Transport & Reachability100
- Verified streamable-http transport via a live MCP handshake. View diagnostics → Pass
Schema Quality & AI Usability70
- AI-judged instruction clarity (good).Pass
- Tool/resource definitions use about 513 tokens (~85/item across 6 items; 6 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management3
- Stability observed for 1 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
remote · yelp.fetcher.sh
claude mcp add --transport http sh-fetcher-yelp-mcp https://yelp.fetcher.sh/mcp
[mcp_servers.sh-fetcher-yelp-mcp] url = "https://yelp.fetcher.sh/mcp"
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"sh-fetcher-yelp-mcp": {
"type": "remote",
"url": "https://yelp.fetcher.sh/mcp",
"enabled": true
}
}
} openclaw mcp add sh-fetcher-yelp-mcp --url https://yelp.fetcher.sh/mcp --transport streamable-http
mcp_servers:
sh-fetcher-yelp-mcp:
url: "https://yelp.fetcher.sh/mcp" {
"mcpServers": {
"sh-fetcher-yelp-mcp": {
"type": "http",
"url": "https://yelp.fetcher.sh/mcp"
}
}
} The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.
Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 3 Aug 26 0
- Stability: unverified → 0.03 ▲ functional
- 2 Aug 26 62
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 3 Aug 2026 · Probed https://yelp.fetcher.sh/mcp
TLS valid
Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .
| Subject | Issuer | Valid from | Valid until | Key | Signature | Serial |
|---|---|---|---|---|---|---|
| CN=fetcher.sh | CN=WE1,O=Google Trust Services,C=US | 24 Jul 2026 | 22 Oct 2026 | ECDSA 256 | ECDSA-SHA256 | 65bb15a59e8598bb13fb5ab430106c47 |
| SANs: fetcher.sh, *.fetcher.sh | ||||||
| CN=WE1,O=Google Trust Services,C=US (CA) | CN=GTS Root R4,O=Google Trust Services LLC,C=US | 13 Dec 2023 | 20 Feb 2029 | ECDSA 256 | ECDSA-SHA384 | 7ff31977972c224a76155d13b6d685e3 |
| CN=GTS Root R4,O=Google Trust Services LLC,C=US (CA) | CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BE | 15 Nov 2023 | 28 Jan 2028 | ECDSA 384 | SHA256-RSA | 7fe530bf331343bedd821610493d8a1b |
DNSSEC insecure
Validation of yelp.fetcher.sh. — Not signed
| Zone | DS | Keys | Algorithms | Outcome |
|---|---|---|---|---|
| . | trust_anchor | 20326, 38696 | 8, 8 | Verified |
| sh. | present | 55297 | 8 | Verified |
| fetcher.sh. | absent | Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation |
Authentication No authorisation required
The endpoint answered without asking for a token. Anyone who knows the URL can reach it.
| Result | No authorisation required |
|---|---|
| HTTP status | 200 |
Transports 2 probes
| Transport | URL | Outcome | Status | Location |
|---|---|---|---|---|
| streamable-http | https://yelp.fetcher.sh/mcp | Verified | 200 | |
| http (plaintext) | http://yelp.fetcher.sh/mcp | HTTPS enforced | 301 | https://yelp.fetcher.sh/mcp |
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
check_balance ~37
Free. Show the remaining credit balance for the API key sent in this connection's Authorization header. Call this before a long run of paid requests.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
describe_endpoint ~58
Free. Show the full call signature for one endpoint: required and optional parameters, allowed values, price, and response shape.
| Name | Type | Req | Description |
|---|---|---|---|
| path | string | yes | Endpoint path, e.g. /api/twitter/search or /api/twitter/handle/{handle} |
No output schema declared.
No examples provided.
fetch_data ~143
Paid. Fetch live data from any Yelp endpoint. Pass the endpoint path plus its parameters (path and query parameters together in `params`). Priced per call in USDC on Base, Polygon, Arbitrum, Monad or Solana: pay with x402, or send an Authorization: Bearer bby_live_... header to spend prepaid credits. Call describe_endpoint first if unsure about parameters.
| Name | Type | Req | Description |
|---|---|---|---|
| params | object | — | All parameters for the endpoint, path and query alike, e.g. { query: 'x402', sort: 'Latest' } |
| path | string | yes | Endpoint path from search_endpoints, e.g. /api/yelp/search |
No output schema declared.
No examples provided.
search_endpoints ~52
Free. Search fetcher.sh's Yelp endpoints by keyword. Returns paths, descriptions and per-call prices. Start here.
| Name | Type | Req | Description |
|---|---|---|---|
| query | string | — | Keywords, e.g. 'twitter followers' or 'reviews' |
No output schema declared.
No examples provided.
topup_credits ~138
Paid (the amount you choose, minimum $1). Buy prepaid credits with x402 so later calls skip the per-call payment round trip. With an Authorization: Bearer bby_live_... header on this connection it recharges that key. Without one, the paying wallet becomes the account and a new API key is minted and returned once — store it as a secret, it cannot be recovered.
| Name | Type | Req | Description |
|---|---|---|---|
| amount | number | yes | Amount to add, in USD. Minimum 1. |
| rotate | boolean | — | Mint a replacement key for the paying wallet, invalidating the old one immediately. Only valid when no Authorization header is sent. |
No output schema declared.
No examples provided.
yelp_search ~85
Paid ($0.003). Search — Yelp. Live data as JSON. Pay with x402 or an Authorization: Bearer bby_live_... credits key.
| Name | Type | Req | Description |
|---|---|---|---|
| location | string | yes | Required. |
| page | string | — | Optional. |
| query | string | yes | Required. |
| sortBy | string | — | Optional. One of: recommended, rating, reviewCount. |
No output schema declared.
No examples provided.