DevRev MCP server
Search and retrieve information from DevRev using its APIs.
DevRev MCP server
Overview
A Model Context Protocol server for DevRev. It is used to search and retrieve information using the DevRev APIs.
Tools
search: Search for information using the DevRev search API with the provided query and namespace.get_object: Get all information about a DevRev object using its ID.
Configuration
Get the DevRev API key
- Go to https://app.devrev.ai/signup and create an account.
- Import your data from your existing data sources like Salesforce, Zendesk while following the instructions here.
- Generate an access token while following the instructions here.
Usage with Claude Desktop
On MacOS: ~/Library/Application\ Support/Claude/claude_desktop_config.json
On Windows: %APPDATA%/Claude/claude_desktop_config.json
"mcpServers": {
"devrev": {
"command": "uvx",
"args": [
"devrev-mcp"
],
"env": {
"DEVREV_API_KEY": "YOUR_DEVREV_API_KEY"
}
}
}
"mcpServers": {
"devrev": {
"command": "uv",
"args": [
"--directory",
"Path to src/devrev_mcp directory",
"run",
"devrev-mcp"
],
"env": {
"DEVREV_API_KEY": "YOUR_DEVREV_API_KEY"
}
}
}
Related Servers
Scout Monitoring MCP
sponsorPut performance and error data directly in the hands of your AI assistant.
Alpha Vantage MCP Server
sponsorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
CCXT MCP Server
Integrate with cryptocurrency exchanges using the CCXT library.
Root Signals
Equip AI agents with evaluation and self-improvement capabilities with Root Signals.
Translator AI
Translate JSON i18n files using Google Gemini or local Ollama models, with incremental caching support.
Google Apps Script MCP Server
Manage Google Apps Script projects, including creation, editing, deployment, and execution. Requires Google Cloud credentials for authentication.
MCP Agentic Framework
An agentic communication framework for multi-agent collaboration using MCP.
Hyperliquid
Interact with the Hyperliquid decentralized exchange by integrating its SDK.
Laburen MCP Server
A template for deploying a remote, authentication-free MCP server on Cloudflare Workers.
Image Generation MCP Server
An MCP server for generating images using the Replicate API and the Flux model.
Vercel AI SDK MCP Server Project
An MCP server for the Vercel AI SDK, enabling integrations with Figma and 21st.dev Magic.
Claude TypeScript MCP Servers
A collection of TypeScript MCP servers to enhance Claude Desktop as a powerful development assistant using your Claude Pro/Max subscription.