Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Outris

БесплатноНе проверен

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

GitHubEmbed

Описание

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

Установка Outris

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

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

FAQ

Outris MCP бесплатный?

Да, Outris MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Outris?

Нет, Outris работает без API-ключей и переменных окружения.

Outris — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить Outris в Claude Desktop, Claude Code или Cursor?

Открой Outris на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Outris with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории ai