Server data from the Official MCP Registry
Identity resolution MCP server for phone/email lookups across 31+ services. Global + India coverage.
Identity resolution MCP server for phone/email lookups across 31+ services. Global + India coverage.
Remote endpoints: streamable-http: https://mcp-server.outris.com/http
Valid MCP server (2 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.
6 files analyzed ยท No issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Available as Local & Remote
This plugin can run on your machine or connect to a hosted endpoint. during install.
From the project's GitHub README.
Outris 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.
Version 2.0 - Now with Streamable HTTP, SSE, and STDIO support! ๐
Step 1: Get API Key from Outris Portal
Step 2: Configure Claude Desktop
Edit claude_desktop_config.json:
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"outris-identity": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp-server.outris.com/http",
"--transport",
"streamable-http",
"--header",
"Authorization=Bearer YOUR_API_KEY"
]
}
}
}
Step 3: Restart Claude and start investigating!
git clone https://github.com/outris/outris-identity-mcp.git
cd outris-identity-mcp
pip install -r requirements.txt
python -m mcp_server --http
# Server runs on http://localhost:8000
docker build -t outris-identity .
docker run -e OUTRIS_API_KEY="your_key" -p 8000:8000 outris-identity
See SETUP.md for detailed configuration instructions.
| Tool | Credits | Use Case |
|---|---|---|
| get_identity_profile | 3 | Complete profile: names, emails, addresses, documents |
| get_name | 2 | Names linked to phone |
| get_email | 2 | Emails linked to phone |
| get_address | 2 | Addresses (ecommerce, banking, etc.) |
| get_alternate_phones | 2 | Other phones for same person |
| check_online_platforms | 1 | Social media/app registrations |
| check_digital_commerce_activity | 1 | Ecommerce/quick-commerce activity |
| check_breaches | 1 | Data breach detection |
| Transport | URL | Use Case | Status |
|---|---|---|---|
| Streamable HTTP | POST /http | Cloud, Claude Desktop | โ PRIMARY |
| SSE | GET /sse | Legacy clients, proxies | โ ๏ธ Supported |
| STDIO | python -m mcp_server | Local CLI, direct integration | ๐ข Native |
# Test the server
curl https://mcp-server.outris.com/health
# List available tools
curl https://mcp-server.outris.com/tools
# Execute a tool
curl -X POST "https://mcp-server.outris.com/http" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"jsonrpc":"2.0",
"id":1,
"method":"tools/call",
"params":{
"name":"check_online_platforms",
"arguments":{"identifier":"+919876543210"}
}
}'
This server is registered on the official MCP registry: https://registry.modelcontextprotocol.io/
MIT - See LICENSE file for details
Contributions welcome! See CONTRIBUTING.md for guidelines.
Built with: Official MCP SDK โข FastAPI โข PostgreSQL โข Neon
Maintained by: Outris Technologies
Be the first to review this server!
by Modelcontextprotocol ยท Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno ยท Developer Tools
Toleno Network MCP Server โ Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace ยท Developer Tools
Create, build, and publish Python MCP servers to PyPI โ conversationally.