pruva-mcp
OfficialClick 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., "@pruva-mcplist my Pruva products"
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.
pruva-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.
Related MCP server: productplan-mcp-server
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
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
The Remote MCP server acts as a standardized bridge between LLM applications (like Claude, ChatGPT, and Cursor) and external services, enabling AI agents to access external tools and resources. Its primary capability is providing a centralized search tool to discover other MCP servers and their respective tools. Unlike local implementations, it runs remotely with OAuth authentication and permission controls for security.
MCP server connecting AI agents to 100+ apps (Gmail, Slack, Notion, GitHub) via one-click OAuth.
MCP server unifying ERPs, CRMs, APIs and knowledge base for Claude, ChatGPT and Gemini.
- MoneMeeOAuthcom.monemee
Remote MCP server for creating and selling digital products via MoneMee. It lets AI agents create, publish, and sell digital products such as e-books, AI prompt packs, software, courses without a human touching a dashboard. Docs: https://monemee.com/mcp Sign up on Monemee to get a token.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceProduction-ready MCP server providing GitLab integration with OAuth authentication, enabling AI assistants to manage projects, issues, merge requests, branches, files, and commits across GitLab instances.MIT
- AlicenseAqualityAmaintenanceMCP server for ProductPlan - enables AI assistants to interact with roadmaps, OKRs, and discovery features.473MIT
- FlicenseNot gradedqualityDmaintenanceA comprehensive MCP server for managing product initiatives, architecture decisions, requirements, and releases, enabling AI tools to interact with architectural documentation and planning.-
- FlicenseNot gradedqualityBmaintenanceA full-feature MCP server that serves as a product-development copilot, providing RAG search, SQL queries, and inline chart visualizations from seeded product data, with per-user identity and its own OAuth login.-
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