pruva-mcp
Officialpruva-mcp
Remote Model Context Protocol server for Pruva. Connect your AI assistant to your Pruva products, features, and documents over HTTPS — no install, no API keys.
Endpoint
https://mcp.pruva.ai/api/mcpAuthentication is handled by your MCP client over OAuth 2.1 against the Pruva backend. The first tool call opens a browser tab where you approve access; the token is then stored by your client and reused.
Setup
Claude Code
claude mcp add --transport http pruva https://mcp.pruva.ai/api/mcpClaude Desktop
In claude_desktop_config.json:
{
"mcpServers": {
"pruva": {
"type": "http",
"url": "https://mcp.pruva.ai/api/mcp"
}
}
}Cursor
In .cursor/mcp.json (project) or ~/.cursor/mcp.json (global):
{
"mcpServers": {
"pruva": {
"url": "https://mcp.pruva.ai/api/mcp"
}
}
}Other clients
Any MCP client that speaks Streamable HTTP with OAuth 2.1 works. Point it at the endpoint — discovery happens automatically via /.well-known/oauth-protected-resource.
Tools
Tool | Purpose |
| List your products |
| Get a product's details |
| List a product's features |
| Get a feature's details |
| Create a feature |
| Update a feature's title or status |
| List a product's documents |
| Get a document's content |
| Create a document |
| Update a document's content or path |
| Search documents by content |
| List feature relations |
| Ask the Pruva analysis agent a read-only question |
Resources
URI Template | Returns |
| Product details |
| Features list |
| Feature relations |
| Documents list |
| Single document content |
Security
No long-lived secrets to manage — auth runs through the standard OAuth flow in your browser.
Tokens are stored by your MCP client, not by this server.
Every API call is re-validated against the Pruva backend.
Revoke access any time from your Pruva account settings.
Links
pruva-cli — terminal companion
Issues
License
MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/pruva-ai/pruva-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server