{
  "markdown": "# Outris Identity MCP Server\n\nOutris Identity is a Model Context Protocol (MCP) server that lets AI agents investigate phone numbers and emails - find linked identities, check platform registrations, and detect data breaches.\n\n**Version 2.0** - Now with Streamable HTTP, SSE, and STDIO support! 🚀\n\n## Features\n\n- 🔍 **Identity Resolution:** Find names, emails, addresses linked to phone numbers\n- 🌐 **Platform Checks:** Detect registration on 31+ platforms (India) + 3 global\n- 🛒 **Commerce Activity:** Check ecommerce, travel, quick-commerce activity\n- 🚨 **Breach Detection:** Check if phone/email appears in known breaches\n- 🌍 **Global + India:** Full India coverage, partial global support\n- 📡 **Multiple Transports:** Streamable HTTP (new), SSE (legacy), STDIO (local)\n- 🔐 **Secure:** API key authentication, credit-based rate limiting\n- 🚀 **Ready for Registry:** Meet all MCP official registry requirements\n\n## Quick Start\n\n### Option 1: Cloud Deployment (Fastest) ☁️\n\n**Step 1:** Get API Key from [Outris Portal](https://portal.outris.com)\n\n**Step 2:** Configure Claude Desktop\n\nEdit `claude_desktop_config.json`:\n\n**Mac:** `~/Library/Application Support/Claude/claude_desktop_config.json`  \n**Windows:** `%APPDATA%\\Claude\\claude_desktop_config.json`\n\n```json\n{\n  \"mcpServers\": {\n    \"outris-identity\": {\n      \"command\": \"npx\",\n      \"args\": [\n        \"-y\", \n        \"mcp-remote\", \n        \"https://mcp-server.outris.com/http\",\n        \"--transport\", \n        \"streamable-http\",\n        \"--header\", \n        \"Authorization=Bearer YOUR_API_KEY\"\n      ]\n    }\n  }\n}\n```\n\n**Step 3:** Restart Claude and start investigating!\n\n### Option 2: Local Installation 🏠\n\n```bash\ngit clone https://github.com/outris/outris-identity-mcp.git\ncd outris-identity-mcp\n\npip install -r requirements.txt\npython -m mcp_server --http\n# Server runs on http://localhost:8000\n```\n\n### Option 3: Docker 🐳\n\n```bash\ndocker build -t outris-identity .\ndocker run -e OUTRIS_API_KEY=\"your_key\" -p 8000:8000 outris-identity\n```\n\nSee [SETUP.md](SETUP.md) for detailed configuration instructions.\n\n## Available Tools\n\nA small, curated set of **intent tools** — one per common identity/KYC journey —\ninstead of a flat list of ~100 endpoints. See [TOOLS.md](TOOLS.md) for details.\n\n| Tool | Credits | Use Case |\n|------|---------|----------|\n| **investigate_phone** | 3 | Who is behind a mobile — names, addresses, alt-phones, footprint (`depth` basic/full) |\n| **assess_fraud_risk** | 3 | Composite fraud-risk profile for a phone |\n| **find_contacts** | 3 | Skip-trace alt phones + geocoded addresses (consent token) |\n| **due_diligence_person_start** / **check_job** | 5 / 0 | Async background check — PEP/sanctions/enforcement/adverse media (consent, premium, 40–70s → poll) |\n| **investigate_email** | 2 | Trace the person behind an email |\n| **resolve_company** | 3 | Company name → CIN + GSTIN/MSME |\n| **lookup_gst** | 2 | GST registration details from a GSTIN |\n| **verify_pan** | 2 | Verify a PAN, return holder details |\n| **lookup_vehicle** | 2 | Vehicle + registered owner from an RC number |\n| **verify_bank_account** | 2 | No-debit bank-account validation (no money moved) |\n| **smart_lookup** | 3 | Long-tail router — NL question + any identifier → the right lookup/sequence |\n\n## Transports\n\n| Transport | URL | Use Case | Status |\n|-----------|-----|----------|--------|\n| **Streamable HTTP** | `POST /http` | Cloud, Claude Desktop | ✅ PRIMARY |\n| **SSE** | `GET /sse` | Legacy clients, proxies | ⚠️ Supported |\n| **STDIO** | `python -m mcp_server` | Local CLI, direct integration | 🟢 Native |\n\n## Documentation\n\n- 📖 [Setup Guide](SETUP.md) - Installation & configuration\n- 🔧 [Tool Reference](TOOLS.md) - Complete tool documentation\n- 🏗️ [Architecture](docs/ARCHITECTURE.md) - System design & transports\n- 💳 [Credit System](docs/CREDIT_SYSTEM.md) - Pricing & quotas\n\n## Example Usage\n\n```bash\n# Test the server\ncurl https://mcp-server.outris.com/health\n\n# List available tools\ncurl https://mcp-server.outris.com/tools\n\n# Execute a tool\ncurl -X POST \"https://mcp-server.outris.com/http\" \\\n  -H \"Content-Type: application/json\" \\\n  -H \"Authorization: Bearer YOUR_API_KEY\" \\\n  -d '{\n    \"jsonrpc\":\"2.0\",\n    \"id\":1,\n    \"method\":\"tools/call\",\n    \"params\":{\n      \"name\":\"check_online_platforms\",\n      \"arguments\":{\"identifier\":\"+919876543210\"}\n    }\n  }'\n```\n\n## MCP Registry Listing\n\nThis server is registered on the official MCP registry: https://registry.modelcontextprotocol.io/\n\n- **Type:** Streamable HTTP + SSE + STDIO\n- **Auth:** Bearer token (API key)\n- **Region:** Global + India optimized\n\n## License\n\nMIT - See [LICENSE](LICENSE) file for details\n\n## Support & Community\n\n- 📝 [Issues](https://github.com/outris/outris-identity-mcp/issues)\n- 💬 [Discussions](https://github.com/outris/outris-identity-mcp/discussions)\n- 📧 [Email Support](mailto:support@outris.com)\n- 🌐 [Documentation](https://docs.outris.com)\n\n## Contributing\n\nContributions welcome! See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines.\n\n---\n\n**Built with:** Official MCP SDK • FastAPI • PostgreSQL • Neon\n\n**Maintained by:** Outris Technologies\n",
  "bytes": 5128,
  "sha": "4e4387017db98825f1534304c9ec8e98951eb2c0590f71985964d5eaf54b147f",
  "repo_slug": "outris-dev-user/outris-identity-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_outris_dev_user_outris_identit_00cb9aa3/readme"
}