Pendium Developer Docs
Connect your AI agent or custom integration to Pendium for AI visibility monitoring, content strategy, and brand intelligence.
Two ways to connect
Pendium gives you two ways to access AI visibility data, content strategy tools, and brand intelligence:
MCP Server — The recommended path for AI coding agents. Your agent discovers tools automatically and gets structured responses with context. Works with Claude Code, Cursor, Windsurf, and any MCP-compatible client.
REST API — Direct HTTP access for custom integrations, scripts, and environments that don't support MCP. Same data, standard curl/fetch interface.
What you can do
18 MCP tools and 9 REST API endpoints across four categories:
- Visibility — Trigger scans, poll results, get full reports, track score history, manage action items, and look up any brand's public score.
- Content Strategy — Access content goals and ideas, brand voice guidelines, factsheets, and content briefs.
- Knowledge — Search a brand's knowledge base semantically and list ingested sources.
- Configuration — Manage topics, queries, buyer personas, and view account info.
The MCP server exposes all 18 tools. The REST API covers the core scanning, reporting, and configuration endpoints.
Quick start
1. Get an API key
Sign up at pendium.ai and generate an API key from Settings → API Keys.
2. Connect your agent
Choose your agent platform and add the Pendium MCP server:
Claude Code
Cursor (add to .cursor/mcp.json)
Windsurf (add to ~/.codeium/windsurf/mcp_config.json)
3. Start using it
Ask your agent something like:
"Scan the AI visibility for https://example.com and tell me how AI platforms perceive the brand."
The agent will use scan_visibility to trigger a scan, then poll with get_scan_status until results are ready.
Transport
The server uses Streamable HTTP transport, the standard MCP remote transport. Each request is stateless — no session management required. The server accepts GET, POST, and DELETE requests.
Next steps
- Authentication — API key setup and auth details
- Rate Limiting — Request limits and error handling
MCP Tools:
- Visibility Tools — Scanning, reports, and score tracking
- Content Strategy Tools — Goals, brand voice, and briefs
- Knowledge Tools — Semantic search and source management
- Configuration Tools — Topics, personas, and account info
REST API:
- REST API Overview — Endpoints, examples, and response format
- Trigger a Scan — Start monitoring a brand
- Get Report — Full visibility report with raw LLM responses