plurity-mcp
OfficialProvides tools for managing agent traffic and llms.txt content, including listing/creating/updating sites, managing Q&A pairs, and retrieving traffic analytics.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@plurity-mcpcreate a new site for my blog"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
plurity-mcp
Unified MCP server for all Plurity services — Audit, Toll, and Intelligence — using a single API key.
Installation
uvx plurity-mcpOr install permanently:
uv tool install plurity-mcpRelated MCP server: guardrails-mcp-server
Quick start
1. Get an API key
Log in to account.plurity.ai → Settings → API Keys → Create key.
Grant the scopes for each service you want to use (audit, toll, intelligence).
2. Run the setup wizard
plurity-mcp-setupThe wizard validates your key and saves it to ~/.config/plurity/config.toml.
3. Add to your MCP client
Claude Desktop (~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"plurity": {
"command": "uvx",
"args": ["plurity-mcp"],
"env": {
"PLURITY_API_KEY": "plt_your_key_here"
}
}
}
}Configuration
Environment variables
Variable | Default | Description |
| — | Your |
|
| Override accounts API URL |
|
| Override Audit API URL |
|
| Override Toll API URL |
|
| Override Intelligence API URL |
|
| Set to |
|
| Set to |
|
| Set to |
Config file (~/.config/plurity/config.toml)
[mcp]
api_key = "plt_..."
accounts_url = "https://account.plurity.ai"
audit_base_url = "https://audit.plurity.ai"
toll_base_url = "https://toll.plurity.ai"
intelligence_base_url = "https://intelligence.plurity.ai"
audit_enabled = true
toll_enabled = true
intelligence_enabled = trueEnvironment variables take precedence over the config file.
Service activation
On startup the server:
Validates your API key against plurity-accounts
Reads the key's scopes (e.g.
["audit", "toll"])Registers only the tools for services the key is scoped for
Applies your
*_ENABLEDoverrides — you can disable services the key has access to, but you cannot enable services the key lacks a scope for
If the key is invalid the server exits immediately with a clear error message visible in your MCP client.
Tools
Audit (GEO readiness)
Tool | Description |
| Queue a URL for AI-readiness analysis |
| Get scan status and results by ID |
| Look up the latest scan for a URL |
| Submit and wait until complete (blocking) |
Toll (agent traffic + llms.txt)
Tool | Description |
| List your sites/pages |
| Create a new site |
| Get site details (the site key is only ever returned by |
| Update name, domain, cache TTL, llms.txt mode |
| Get integration code snippets for HTML/Next.js/React/GTM |
| List Q&A pairs in a site's llms.txt |
| Add a Q&A entry to llms.txt |
| Edit a Q&A entry (or publish/unpublish it) |
| Remove a Q&A entry |
| Agent traffic chart data (today/week/month/year) |
| Row-level events with UTM/host filters (visitor-identifying fields are redacted) |
| Fetch the currently served llms.txt body |
Intelligence (question & topic monitoring)
Tool | Description |
| Browse the global source catalogue |
| List sources your org follows |
| Subscribe to a source |
| Unsubscribe from a source |
| Add a new source by URL (auto-subscribes) |
| List raw scraped documents |
| Browse the Q&A feed with filters |
| Move a Q&A pair into your knowledge base |
| Dismiss a Q&A pair from the feed |
Development
git clone https://github.com/plurity-oss/plurity-mcp
cd plurity-mcp
uv sync
uv run plurity-mcp-setup # set up key
uv run plurity-mcp # run locallyLicense
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
MCP server unifying ERPs, CRMs, APIs and knowledge base for Claude, ChatGPT and Gemini.
One MCP endpoint for Claude, GPT & Gemini: 100+ tools + no-code connectors + agent workers.
Hosted MCP server for LLM cost estimation, model comparison, and budget-aware routing.
Unified MCP Server is a remote MCP connector for AI agents and vertical AI products that provides access to 22,000+ authorized SaaS tools across 400+ integrations and 24 categories directly inside LLMs (Claude, GPT, Gemini, Cohere). Tools operate only on explicitly authorized customer connections, enabling agents to safely read and write against live third-party systems.
Related MCP Servers
- FlicenseNot gradedqualityAmaintenanceA production-ready MCP gateway and control plane that provides credential vault, policy engine, audit logging, and managed runtime for routing tool calls between AI agents and downstream MCP servers.58-
- AlicenseNot gradedqualityBmaintenanceMCP server for AI agent security guardrails. Provides input validation, prompt injection detection, PII redaction, output filtering, policy enforcement, rate limiting, and comprehensive audit logging.42 npm1MIT
- FlicenseAqualityBmaintenanceUnified MCP server for querying multiple LLM providers (Gemini, OpenAI, Anthropic, etc.) with advanced routing, cost optimization, and fallback resilience.26 npm-
- AlicenseBqualityCmaintenanceUnified MCP server for DevOps engineers that provides real-time read and write access to Kubernetes, ArgoCD, Prometheus, and PagerDuty from any MCP-compatible AI agent.2173 npm3MIT