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 "Install 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-mcpQuick 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 including site key |
| 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) |
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 installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/plurity-ai/plurity-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server