outris-mcp logo

outris-mcp

outris-dev-user/outris-mcp
0 starsUpdated 2026-01-14Community

Is this your server?

Add your score badge to your README and get your server in front of 45k+ builders a month.

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

Enables querying any API with natural language via Claude Desktop by connecting to the Outris API Orchestrator.

README.md

outris-mcp

MCP (Model Context Protocol) client for the Outris API Orchestrator. Query any API with natural language via Claude Desktop.

What is this?

This package connects Claude Desktop to the Outris API Orchestrator, enabling you to:

  • Query any ingested API with natural language
  • Search the API catalog to discover available endpoints
  • Verify identities using multiple data sources
  • Compare vendors for cost, latency, and accuracy

Quick Start

1. Get API Key

Get your API key at outris.com (coming soon).

For development, use: otr_dev_test_key_for_local_development

2. Configure Claude Desktop

Add to your Claude Desktop configuration:

macOS/Linux: ~/.config/claude/claude_desktop_config.json Windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "outris": {
      "command": "npx",
      "args": ["-y", "outris-mcp"],
      "env": {
        "OUTRIS_API_KEY": "otr_your_api_key_here"
      }
    }
  }
}

3. Restart Claude Desktop

The MCP server will start automatically. Try asking Claude:

  • "Check if test@example.com has been in data breaches"
  • "Get phone social details for 919876543210"
  • "What APIs are available for email verification?"
  • "Compare vendors for phone lookup"

Available Tools

| Tool | Description | |------|-------------| | ask_api | Query any ingested API using natural language | | discover_apis | Search the API catalog for available endpoints | | verify_identity | Comprehensive identity verification | | compare_vendors | Compare API vendors by cost, latency, accuracy |

Environment Variables

| Variable | Required | Description | |----------|----------|-------------| | OUTRIS_API_KEY | Yes | Your API key (otr_xxxxx format) | | OUTRIS_API_URL | No | API endpoint (default: production) |

How It Works

Claude Desktop → outris-mcp → Outris Backend → Your APIs

This package is a thin client that:

  1. Implements the MCP protocol
  2. Forwards tool calls to the Outris backend
  3. Returns results to Claude

All the intelligence (intent resolution, credential management, API execution) runs server-side.

Development

# Install dependencies
npm install

# Build
npm run build

# Run locally
OUTRIS_API_KEY=otr_xxx node dist/index.js

License

MIT

Links

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use Other servers.