Data as an API. Plain HTTPS.
Every platform action is a single POST endpoint that returns normalized JSON. The browser sessions, proxies, and anti-bot handling all run on our side — your code sends a bearer token and reads back the response, from any language or runtime that can make an HTTP call.
Give your AI eyes on social.
Bridgly hosts a remote Model Context Protocol server, so any MCP-aware client — Claude, Cursor, Codex — connects over HTTP and pulls live profiles, posts, and follower data as native tools. No glue code, no scraping logic in your prompts.
{ "mcpServers": { "bridgly": { "url": "https://mcp.bridgly.app/mcp", "headers": { "Authorization": "Bearer bgly_YOUR_KEY" } } } }
TypeScript, fully typed.
The official SDK ships ready-made types and API clients for every endpoint — autocomplete on every field, compile-time safety on every response, retries and pagination handled for you. Write less glue, ship faster.
Pick a method. Pull your first profile.
Start with 100 free credits — the same data flows through API, MCP, and SDK alike.