Skip to main content
ClaudeWave

Perch Data: six data tools for AI agents (Kalshi/Polymarket weather, tennis odds, Nashville permits) as MCP tools via Apify

MCP ServersRegistry oficial0 estrellas0 forksMITActualizado today
ClaudeWave Trust Score
95/100
Verified
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Topics declared
  • Documented (README)
Last scanned: 9/20/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/101NUTS/perchdata-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "perchdata-mcp": {
      "command": "node",
      "args": ["/path/to/perchdata-mcp/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/101NUTS/perchdata-mcp and follow its README for install instructions.
Casos de uso

Resumen de MCP Servers

# Perch Data MCP

[![smithery badge](https://smithery.ai/badge/perchdata/perch-data)](https://smithery.ai/servers/perchdata/perch-data)

Listed on Smithery: [perchdata/perch-data](https://smithery.ai/servers/perchdata/perch-data) ·
also in the official MCP registry as `io.github.101NUTS/perch-data`.

Six data tools for AI agents, served as MCP tools through Apify's hosted MCP server.
There is no server to install: point your MCP client at the URL below and sign in with
your own Apify account (OAuth) or pass your Apify API token. Runs are billed to your
Apify account at each actor's pay-per-event price.

**MCP endpoint (streamable HTTP):**

```
https://mcp.apify.com/?tools=fetch-actor-details,get-actor-output,perchpermits/kalshi-weather-markets-nws,perchpermits/polymarket-weather-markets-stations,perchpermits/tennis-matches-odds-form,perchpermits/nashville-building-permits,perchpermits/kitchen-floor-plan-takeoff,perchpermits/apify-store-trends
```

Auth: OAuth on first connect, or header `Authorization: Bearer <APIFY_TOKEN>`
(token from https://console.apify.com/account/integrations).

## Tools

| Tool (Apify actor) | What it returns | Price |
|---|---|---|
| [kalshi-weather-markets-nws](https://apify.com/perchpermits/kalshi-weather-markets-nws) | Kalshi daily high/low temperature ladders (24 US cities) joined to the NWS station that settles each one: strikes, prices, observations, forecast, official climate report. | $0.02 per city-day |
| [polymarket-weather-markets-stations](https://apify.com/perchpermits/polymarket-weather-markets-stations) | Polymarket daily highest/lowest temperature ladders (50 cities) joined to the airport station the market rules settle on, with high/low recomputed as the rules read it. | $0.02 per city-day |
| [tennis-matches-odds-form](https://apify.com/perchpermits/tennis-matches-odds-form) | ATP and WTA matches for a day with opening and current odds from 15+ bookmakers, rankings, last-10 form, surface record, head-to-head. | $0.02 per match |
| [nashville-building-permits](https://apify.com/perchpermits/nashville-building-permits) | Nashville / Davidson County TN building permits with licensed contractor, owner, open sub-trade permits and inspection stage; 22 scope presets. | $0.02 per record |
| [kitchen-floor-plan-takeoff](https://apify.com/perchpermits/kitchen-floor-plan-takeoff) | Kitchen or bath floor plan (SVG), cabinet takeoff (CSV) and quote totals from one JSON room spec; validates the layout. | $0.25 per plan |
| [apify-store-trends](https://apify.com/perchpermits/apify-store-trends) | Apify Store demand by niche: users, runs, fail rate, rating, price, leader share and gap flags. | $0.001 per actor row |

Weather and tennis data come from free official or public sources; see each actor's page
for sources, input schema and verification notes.

## Client setup

**Claude Code**

```bash
claude mcp add --transport http perch-data "https://mcp.apify.com/?tools=fetch-actor-details,get-actor-output,perchpermits/kalshi-weather-markets-nws,perchpermits/polymarket-weather-markets-stations,perchpermits/tennis-matches-odds-form,perchpermits/nashville-building-permits,perchpermits/kitchen-floor-plan-takeoff,perchpermits/apify-store-trends" --header "Authorization: Bearer $APIFY_TOKEN"
```

**Cursor / VS Code / any client that reads `mcp.json`**

```json
{
  "mcpServers": {
    "perch-data": {
      "url": "https://mcp.apify.com/?tools=fetch-actor-details,get-actor-output,perchpermits/kalshi-weather-markets-nws,perchpermits/polymarket-weather-markets-stations,perchpermits/tennis-matches-odds-form,perchpermits/nashville-building-permits,perchpermits/kitchen-floor-plan-takeoff,perchpermits/apify-store-trends",
      "headers": { "Authorization": "Bearer <APIFY_TOKEN>" }
    }
  }
}
```

Leave out `headers` to use OAuth sign-in instead.

**Claude Desktop / claude.ai:** Settings > Connectors > Add custom connector, paste the
endpoint URL above, and sign in to Apify when prompted.

**Local (stdio), for clients without remote support**

```json
{
  "mcpServers": {
    "perch-data": {
      "command": "npx",
      "args": ["-y", "@apify/actors-mcp-server", "--tools", "fetch-actor-details,get-actor-output,perchpermits/kalshi-weather-markets-nws,perchpermits/polymarket-weather-markets-stations,perchpermits/tennis-matches-odds-form,perchpermits/nashville-building-permits,perchpermits/kitchen-floor-plan-takeoff,perchpermits/apify-store-trends"],
      "env": { "APIFY_TOKEN": "<APIFY_TOKEN>" }
    }
  }
}
```

Only need one tool? Keep just that actor in the `tools` list.

## About

Built and maintained by Perch Data (Apify username `perchpermits`). Actor source:
https://github.com/101NUTS/perchpermits-actors. Also available to agents on Virtuals ACP
as "Perch Data". This repository holds listing metadata only; the MCP server itself is
Apify's (https://docs.apify.com/platform/integrations/mcp).

License: MIT
apifykalshimcpmcp-serverpolymarketprediction-marketsweather

Lo que la gente pregunta sobre perchdata-mcp

¿Qué es 101NUTS/perchdata-mcp?

+

101NUTS/perchdata-mcp es mcp servers para el ecosistema de Claude AI. Perch Data: six data tools for AI agents (Kalshi/Polymarket weather, tennis odds, Nashville permits) as MCP tools via Apify Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-09-19.

¿Cómo se instala perchdata-mcp?

+

Puedes instalar perchdata-mcp clonando el repositorio (https://github.com/101NUTS/perchdata-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar 101NUTS/perchdata-mcp?

+

Nuestro agente de seguridad ha analizado 101NUTS/perchdata-mcp y le ha asignado un Trust Score de 95/100 (tier: Verified). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene 101NUTS/perchdata-mcp?

+

101NUTS/perchdata-mcp es mantenido por 101NUTS. La última actividad registrada en GitHub es del 2026-09-19, con 0 issues abiertos.

¿Hay alternativas a perchdata-mcp?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega perchdata-mcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: 101NUTS/perchdata-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/101nuts-perchdata-mcp)](https://claudewave.com/repo/101nuts-perchdata-mcp)
<a href="https://claudewave.com/repo/101nuts-perchdata-mcp"><img src="https://claudewave.com/api/badge/101nuts-perchdata-mcp" alt="Featured on ClaudeWave: 101NUTS/perchdata-mcp" width="320" height="64" /></a>

Más MCP Servers

Alternativas a perchdata-mcp