Outris Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Outris Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
MCP (Model Context Protocol) client for the Outris API Orchestrator. Query any API with natural language via Claude Desktop.
This package connects Claude Desktop to the Outris API Orchestrator, enabling you to:
Get your API key at outris.com (coming soon).
For development, use: otr_dev_test_key_for_local_development
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"
}
}
}
}The MCP server will start automatically. Try asking Claude:
| 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 |
| Variable | Required | Description |
|---|---|---|
OUTRIS_API_KEY | Yes | Your API key (otr_xxxxx format) |
OUTRIS_API_URL | No | API endpoint (default: production) |
Claude Desktop → outris-mcp → Outris Backend → Your APIsThis package is a thin client that:
All the intelligence (intent resolution, credential management, API execution) runs server-side.
# Install dependencies
npm install
# Build
npm run build
# Run locally
OUTRIS_API_KEY=otr_xxx node dist/index.jsMIT
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.