DevRev

Provides a local MCP endpoint to search DevRev data and fetch object details via DevRev APIs.
  • typescript

0

GitHub Stars

typescript

Language

7 months ago

First Indexed

3 months ago

Catalog Refreshed

Documentation & install

Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.

Installation

Add the following to your MCP client configuration file.

Configuration

View docs
{
  "mcpServers": {
    "mcp-mirror-kpsunil97_devrev-mcp-server": {
      "command": "uvx",
      "args": [
        "devrev-mcp"
      ],
      "env": {
        "DEVREV_API_KEY": "YOUR_DEVREV_API_KEY"
      }
    }
  }
}

DevRev MCP Server enables you to run a Model Context Protocol server that powers search and retrieval via DevRev APIs. It exposes a local MCP endpoint you can connect to from your MCP client to query DevRev data efficiently.

How to use

You connect to the DevRev MCP Server from your MCP client by selecting the DevRev MCP Server configuration and starting the local MCP process. The server provides tools to search DevRev data and to fetch complete object details by ID. Use the DEVREV_API_KEY you obtained to authorize requests.

If you want to run a published version of the MCP server, use the standard local runtime configuration that points to the published MCP binary and passes your API key. If you are developing or testing against a local workspace, you can run the development server with the directory-based command that points to your local source tree.

How to install

Prerequisites: Node.js is not required for these stdio-based configurations because you use the MCP runtime to launch the server. Ensure you have the MCP runtime available as described below.

  1. Create a new MCP project configuration or edit your existing MCP client settings to include the DevRev server block shown in the published configuration snippet.

  2. Start the MCP server using your preferred configuration from the two options below. Use the exact command and arguments as shown to ensure proper startup and environment handling.

  3. Verify the server is reachable by your MCP client and that the API key is accepted for authorized access.

Configuration and runtime options

{
  "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"
      }
    }
  }
}

Notes and tips

The server requires an API key to access DevRev APIs. Generate this key from your DevRev account and place it in the DEVREV_API_KEY environment variable.

If you are starting from a source directory during development, use the directory-based runtime command to point the MCP runtime to your local code. Ensure the path you provide exists and contains the devrev-mcp implementation.

Available tools

search

Search for information using the DevRev search API with the provided query and namespace.

get_object

Retrieve all information about a DevRev object using its ID.

Built by
VeilStrat
AI signals for GTM teams
© 2026 VeilStrat. All rights reserved.All systems operational