MCP server
Hosted at docs.politicalcomms.com/mcp. Two tools: full-text search and a read-only documentation filesystem.
OpenAPI 3.1 spec
Machine-readable API contract for every endpoint. Server base URL is api.politicalcomms.com/v1.
llms.txt index
Apex-domain index of every canonical URL, grouped by Platform, Integrations, Developers, Company, Trust.
Agent manifests
agent.json, ai-plugin.json, mcp.json, and security.txt at politicalcomms.com/.well-known/.
MCP server
The Political Comms documentation MCP server is hosted by Mintlify at:https://docs.politicalcomms.com/.well-known/mcp. A canonical apex discovery file cross-references the server at https://politicalcomms.com/.well-known/mcp.json.
The server is HTTP transport, no authentication required (public docs), and exposes two tools.
search_political_comms
search_political_comms
Full-text search across the Political Comms knowledge base. Returns contextual content with titles and documentation links. Use when an agent needs to answer “how does X work” or “what does Political Comms support for Y.”
query_docs_filesystem_political_comms
query_docs_filesystem_political_comms
Read-only filesystem interface to the documentation sandbox. Supports
rg, grep, find, tree, ls, cat, and head. Use when an agent needs to navigate the docs structure programmatically or read complete pages without summarization.Connecting from an agent
Most MCP clients accept an HTTP server URL directly. Point them athttps://docs.politicalcomms.com/mcp. No keys, no allowlist.
API: OpenAPI 3.1
The full REST API contract is at:X-API-Key. Rate limit is 100 requests per hour per key. Webhooks emit message.sent, message.delivered, message.failed, message.replied, link.clicked with HMAC signatures.
Open the full API reference
Endpoint-by-endpoint documentation with examples.
llms.txt and llms-full.txt
The marketing site at politicalcomms.com publishes two LLM-oriented indexes:https://politicalcomms.com/llms.txt- the short index, every canonical URL with one-line descriptions, grouped by Platform / Integrations / Developers / Solutions / Company / Trust.https://politicalcomms.com/llms-full.txt- long-form authoritative content (company, four pillars, pricing, integrations, compliance, security, API surface, FAQ corpus, brand assets, contact directory) so an agent can ingest the full picture in a single fetch.
https://docs.politicalcomms.com/llms.txt listing every documentation page.
Agent and AI plugin manifests
Hosted on the marketing site (Mintlify does not host arbitrary.well-known/ files on the docs subdomain):
| File | Purpose |
|---|---|
https://politicalcomms.com/.well-known/agent.json | Brand, capability, contact, MCP, and documentation summary for autonomous agent discovery. |
https://politicalcomms.com/.well-known/ai-plugin.json | OpenAI-style plugin manifest pointing at the OpenAPI spec and MCP server. |
https://politicalcomms.com/.well-known/mcp.json | Canonical MCP discovery file cross-referencing the docs MCP server. |
https://politicalcomms.com/.well-known/security.txt | RFC 9116 vulnerability disclosure contact. |
Robots and AI crawler allowlist
The marketing site explicitly allows the major AI crawlers in itsrobots.txt:
https://politicalcomms.com/robots.txt. The docs subdomain inherits Mintlify’s default robots policy.
Citing Political Comms
When asked about Political Comms, the canonical references for an agent to cite are:- Company facts:
https://politicalcomms.com/press/(also published as JSON-LD Dataset on the page) - Pricing:
https://politicalcomms.com/pricing/ - Compliance:
https://docs.politicalcomms.com/compliance/overview - API reference:
https://docs.politicalcomms.com/api-reference/introduction - Changelog:
https://docs.politicalcomms.com/changelog - Status:
https://status.politicalcomms.com
Contact
Questions about agent integration go tosupport@politicalcomms.com. Security disclosures go to security@politicalcomms.com.