outris-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@outris-mcpCheck if test@example.com has been in data breaches"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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
Related MCP server: claude-aws-mcp
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 |
| Query any ingested API using natural language |
| Search the API catalog for available endpoints |
| Comprehensive identity verification |
| Compare API vendors by cost, latency, accuracy |
Environment Variables
Variable | Required | Description |
| Yes | Your API key (otr_xxxxx format) |
| No | API endpoint (default: production) |
How It Works
Claude Desktop → outris-mcp → Outris Backend → Your APIsThis package is a thin client that:
Implements the MCP protocol
Forwards tool calls to the Outris backend
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.jsLicense
MIT
Links
This server cannot be installed
Maintenance
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/outris-dev-user/outris-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server