DevRev MCP ServerServer

kpsunil97
GitHub
APIData RetrievalDevRev

Loading subscription status...

💡 Description

A Model Context Protocol server for DevRev. It is used to search and retrieve information using the DevRev APIs.

📝 JSON Entries

{
  "mcpServers": [
    {
      "devrev": {
        "env": {
          "DEVREV_API_KEY": "YOUR_DEVREV_API_KEY"
        },
        "args": [
          "devrev-mcp"
        ],
        "command": "uvx"
      }
    },
    {
      "devrev": {
        "env": {
          "DEVREV_API_KEY": "YOUR_DEVREV_API_KEY"
        },
        "args": [
          "--directory",
          "Path to src/devrev_mcp directory",
          "run",
          "devrev-mcp"
        ],
        "command": "uv"
      }
    }
  ]
}

🛠️ Tools

searchget_object

Features

  • Enables importing data from Salesforce into DevRev for search and retrieval.
  • Enables importing data from Zendesk into DevRev for search and retrieval.

💬 Example Queries

  • Search for information using the DevRev API with a specific query.
  • Retrieve all information about a specific DevRev object using its ID.