Integrations

All 179 endpoints across 29 platforms, available wherever you build — AI agents over MCP, typed SDKs, the terminal, and no-code automation platforms.

Every integration is official and maintained — the same key works in all of them, and cached results stay free.

MCP Server

For Claude, Cursor, VS Code & any MCP agent

Every endpoint as a typed tool over the Model Context Protocol. Connect hosted (just a URL, nothing to install) or run @captapi/mcp locally via npx.

"url": "https://api.captapi.com/mcp"

TypeScript SDK

Typed client for Node, Deno, Bun & edge

Zero-dependency client with a typed, namespaced method for every endpoint. Great autocomplete for humans and AI coding agents; errors always throw.

npm install @captapi/sdk

Python SDK

Sync + async clients on httpx

The same typed, namespaced methods in Python — use Captapi for scripts and AsyncCaptapi for high-concurrency pipelines. Python 3.9+.

pip install captapi
Setup guidePyPI: captapi

CLI

Terminal, scripts, cron & CI

Every endpoint as a subcommand with flags, printing clean JSON to stdout — pipe straight into jq. Can also wire the MCP server into your agent for you.

npm install -g @captapi/cli

n8n

Community node for n8n workflows

Drop the Captapi node into any workflow, pick a platform and operation, and map the structured JSON into your downstream nodes. Installs from Community Nodes.

n8n-nodes-captapi

Make.com

No-code scenarios (Integromat)

A custom app with an action module for every endpoint, grouped by platform. Add your key once as a connection and build scenarios without writing code.

Setup guide

Apify Actor

Bring your own key on Apify

A thin wrapper around the REST API (no scraping) that returns the same structured JSON as a dataset item. Discoverable by AI agents on Apify's MCP server.

Setup guide

REST API

Plain HTTPS — works from anything

No SDK required: one Bearer key, 179 GET endpoints, consistent JSON envelopes. OpenAPI 3 spec, llms.txt, and mcp.json manifests keep agents in sync.

curl https://api.captapi.com/v1/...
Setup guide

Building with AI? Point your agent at the machine-readable manifests: /mcp.json, /llms.txt, and the OpenAPI 3 spec — they stay in sync with the docs automatically.

One key. Every integration.

Start with 100 free credits — no credit card required.