Pruva
БесплатноНе проверенRemote MCP server for Pruva, enabling AI assistants to manage products, features, and documents over HTTPS with OAuth authentication.
Описание
Remote MCP server for Pruva, enabling AI assistants to manage products, features, and documents over HTTPS with OAuth authentication.
README
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/mcp
Authentication 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/mcp
Claude 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 |
|---|---|
pruva_list_products |
List your products |
pruva_get_product |
Get a product's details |
pruva_list_features |
List a product's features |
pruva_get_feature |
Get a feature's details |
pruva_create_feature |
Create a feature |
pruva_update_feature |
Update a feature's title or status |
pruva_list_documents |
List a product's documents |
pruva_get_document |
Get a document's content |
pruva_create_document |
Create a document |
pruva_update_document |
Update a document's content or path |
pruva_search_documents |
Search documents by content |
pruva_list_feature_relations |
List feature relations |
pruva_ask |
Ask the Pruva analysis agent a read-only question |
Resources
| URI Template | Returns |
|---|---|
pruva://products/{productId} |
Product details |
pruva://products/{productId}/features |
Features list |
pruva://products/{productId}/relations |
Feature relations |
pruva://products/{productId}/documents |
Documents list |
pruva://products/{productId}/documents/{path} |
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
- pruva-cli — terminal companion
- Model Context Protocol
Issues
License
MIT
Установка Pruva
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/pruva-ai/pruva-mcpFAQ
Pruva MCP бесплатный?
Да, Pruva MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Pruva?
Нет, Pruva работает без API-ключей и переменных окружения.
Pruva — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Pruva в Claude Desktop, Claude Code или Cursor?
Открой Pruva на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Pruva with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
