@revetly/mcp-client
v1.3.0
Published
MCP client for connecting AI agents to Revetly
Maintainers
Readme
Revetly MCP Client
A Model Context Protocol (MCP) client for connecting MCP-compatible AI assistants to your Revetly account.
Installation
npm install -g @revetly/mcp-clientSetup
- Generate an access token in your Revetly dashboard at
/dashboard/settings - Configure your MCP client by adding this to your MCP client configuration (e.g., Claude Desktop's
.mcp.json):
{
"mcpServers": {
"revetly": {
"command": "npx",
"args": ["@revetly/mcp-client"],
"env": {
"REVETLY_ACCESS_TOKEN": "rev_your_token_here",
"REVETLY_SERVER_URL": "https://mcp.revetly.com"
}
}
}
}- Restart your MCP client to load the connection
Available Tools
Once connected, you can use these tools in any MCP-compatible AI assistant:
Project Management
get_projects- List all your projectsget_project_details- Get detailed information about a specific project
Evidence Collection
get_project_evidence- Get all evidence for a project or validation areacreate_evidence- Create new evidence (notes, links, files)update_evidence_connection- Connect evidence to validation areas with impact scores
Validation Questions
get_validation_questions- Get validation questions for a projectget_evidence_connections- View how evidence connects to validation areas
Strategic Documents
get_synthesis_documents- Get all synthesis documents for a projectget_synthesis_document_content- Get full content of a specific documentcreate_synthesis_document- Create new strategic documents (business plans, etc.)update_synthesis_document- Update existing documents
Project Analytics
get_project_timeline- Get comprehensive project activity timeline
Example Usage
In your MCP-compatible AI assistant, you can now ask:
- "Show me all my Revetly projects"
- "Get details for my latest project"
- "Add evidence about user interviews to my project"
- "What validation questions do I have for this project?"
- "Create a business plan document for my project"
- "Show me the project timeline and recent activities"
- "Connect this evidence to the market validation area with a positive impact"
Configuration
| Environment Variable | Required | Description |
|---------------------|----------|-------------|
| REVETLY_ACCESS_TOKEN | Yes | Your personal access token from Revetly settings |
Troubleshooting
Authentication Error:
- Check that your access token is valid and hasn't expired
- Regenerate the token in Revetly settings if needed
Connection Error:
- Check your internet connection
No Tools Available:
- Restart your MCP client after configuration changes
- Verify the JSON configuration is valid
Support
For help and support, visit Revetly Documentation or contact support.
