# Fiber AI — Integrations

> Browse how to connect Fiber AI to your stack: SDKs, MCP servers, the API,
> AI plugins, and OpenFiber for putting Fiber in, plus webhooks and polling
> for getting data out. Use this page for positioning; use api.fiber.ai for
> API schemas and billing rules.

## Who is this page for?

- Developers integrating Fiber into agents, apps, and data pipelines
- Teams evaluating SDK vs MCP vs raw API vs plugin
- Builders deciding how to put Fiber in and how to consume its data

## Ways to put Fiber in

| Building block | URL | Best for |
| --- | --- | --- |
| MCP | [/mcp](/mcp) | Plain-English data requests from inside a coding agent |
| API | <https://api.fiber.ai/docs> | Embedding Fiber natively with full programmatic control |
| SDKs | [/sdk](/sdk) | TypeScript or Python apps that want typed models (`npm install @fiberai/sdk`, `pip install fiberai`) |
| AI Plugin | [/plugin](/plugin) | Personas and skills in your agent, no MCP wiring needed |
| OpenFiber | <https://github.com/fiber-ai/open-fiber> | Building a custom UI or learning from working examples |

## Ways to consume Fiber data

| Channel | URL | Best for |
| --- | --- | --- |
| Webhooks | [/webhooks](/webhooks) | JSON pushed to you when a company or person changes |
| API & polling | [/data-api](/data-api) | Pulling data and changes on your own schedule |
| In-app dashboard | [/app](/app) | Browsing, filtering, and exporting without engineering |

## Canonical reference docs for agents

- API routing and critical rules: <https://api.fiber.ai/llms.txt>
- Operation index: <https://api.fiber.ai/ai-docs/index.md>
- Marketing overview: <https://www.fiber.ai/llms.txt>
- Fiber AI plugin: <https://github.com/fiber-ai/fiber-ai-plugin>
- MCP quickstart: <https://docs.fiber.ai/article/using-mcp-in-llms>
