Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Outris

FreeNot checked

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

GitHubEmbed

About

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

README

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 [email protected] 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

from github.com/outris-dev-user/outris-mcp

Install Outris in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install outris-mcp

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add outris-mcp -- npx -y github:outris-dev-user/outris-mcp

FAQ

Is Outris MCP free?

Yes, Outris MCP is free — one-click install via Unyly at no cost.

Does Outris need an API key?

No, Outris runs without API keys or environment variables.

Is Outris hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install Outris in Claude Desktop, Claude Code or Cursor?

Open Outris on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Outris with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs