logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

devrev-interface-handler

Facilitates information retrieval and querying against the DevRev platform's backend services, concentrating on accessing granular entity specifics and executing targeted searches within designated operational scopes.

Author

devrev-interface-handler logo

kpsunil97

No License

Quick Info

GitHub GitHub Stars 3
NPM Weekly Downloads 0
Tools 1
Last Updated 2026-02-19

Tags

devrevkpsunil97searchestools kpsunil97devrev apiskpsunil97 devrev

DevRev Interaction Module

Introduction

This component serves as an implementation of the Model Context Protocol (MCP) specifically tailored for interfacing with the DevRev ecosystem. Its primary function is to enable robust searching and data fetching operations utilizing the native DevRev Application Programming Interfaces (APIs).

Operational Capabilities

  • search: Executes informational lookups against the DevRev search endpoint, utilizing user-supplied query parameters and adhering to a specified operational namespace context.
  • get_object: Fetches the complete attribute set and metadata for a singular DevRev entity, identified uniquely by its persistent ID.

Deployment Prerequisites

Acquiring the DevRev Authentication Credential

  1. Initiate account creation via the DevRev portal at https://app.devrev.ai/signup.
  2. Follow the established guidance here to migrate or integrate data from established systems such as Zendesk or Salesforce.
  3. Secure a valid access token according to the authentication documentation found here.

Integration into Claude Desktop Environment

Configuration file paths are system-dependent:

For macOS installations: ~/Library/Application\ Support/Claude/claude_desktop_config.json

For Windows installations: %APPDATA%/Claude/claude_desktop_config.json

Standard Published Server Definition "mcpServers": { "devrev": { "command": "uvx", "args": [ "devrev-mcp" ], "env": { "DEVREV_API_KEY": "YOUR_DEVREV_API_KEY" } } }
Local Development/Unpublished Server Setup "mcpServers": { "devrev": { "command": "uv", "args": [ "--directory", "Path to src/devrev_mcp directory", "run", "devrev-mcp" ], "env": { "DEVREV_API_KEY": "YOUR_DEVREV_API_KEY" } } }

WIKIPEDIA: Business management tools encompass the totality of systems, computational aids, governance structures, analytical methods, and operational frameworks utilized by enterprises to navigate dynamic market conditions, maintain competitive parity, and elevate overall organizational efficacy.

See Also

`