io.github.outris-dev-user/outris-identity-mcp
https://mcp-server.outris.com/httpskills: {'id': 'check_online_platforms', 'name': 'check_online_platforms', 'description': '\n**What it does:** Checks if a phone number is registered on major global platforms (Amazon, Instagram, Snapchat).\n**Input:** Phone number (with or without country code).\n**Returns:** Registration status (true/false) for each specific platform.\n**Best for:** Digital footprint analysis, verifying if a number is "real" and active on social/shopping apps.\n \nCost: 1 credit', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'check_digital_commerce_activity', 'name': 'check_digital_commerce_activity', 'description': '\n**What it does:** Checks if a phone number has been used for any digital commerce activity (ecommerce, travel, quick-commerce).\n**Input:** Phone number (Indian numbers only, add ISD code infront).\n**Returns:** Boolean flags for overall commerce types, activity timeline, and demographics if available.\n**Best for:** Assessing if a phone number belongs to a real, active consumer vs. a throwaway number.\n\nCost: 1 credit', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'get_identity_profile', 'name': 'get_identity_profile', 'description': '\n**What it does:** Comprehensive identity report. Fetches names, emails, addresses, metadata, and risk scores in one go .\n**Input:** Phone number.\n**Returns:** Complete JSON profile containing all linked entities.\n**Best for:** Deep investigations where you need the "full picture" immediately. Understand if similar names, addresses appear, then that gives more confidence\n\nCost: 3 credits', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'get_name', 'name': 'get_name', 'description': '\n**What it does:** identifying the owner name of a phone number.\n**Input:** Phone number (with or without country code).\n**Returns:** List of full names linked to this phone with confidence scores.\n**Best for:** KYC verification, caller ID, finding out "who called me".\n\nCost: 2 credits', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'get_email', 'name': 'get_email', 'description': '\n**What it does:** Finds email addresses linked to a phone number.\n**Input:** Phone number.\n**Returns:** List of email addresses with confidence scores.\n**Best for:** Digital footprint analysis, finding contact details, or cross-referencing identities.\n\nCost: 2 credits', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'get_address', 'name': 'get_address', 'description': '\n**What it does:** Finds physical addresses associated with a phone number.\n**Input:** Phone number.\n**Returns:** List of addresses with metadata (e.g., "shipping", "billing", "home") and dates.\n**Best for:** Fraud investigation, delivery verification, and location analysis.\n\nCost: 2 credits', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'get_alternate_phones', 'name': 'get_alternate_phones', 'description': 'Get other phone numbers belonging to the same person.\n\nReturns: List of alternate phone numbers linked through shared identities\n(same name, email, or address).\n\nUse when: User wants to find all phones associated with a person.\n\nExample queries:\n- "What other phones does this person have?"\n- "Find alternate numbers for 9876543210"\n- "Are there other phones linked to this one?"\n\nCost: 2 credits', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'check_breaches', 'name': 'check_breaches', 'description': '\n**What it does:** Checks if a phone number or email has been exposed in known data breaches.\n**Input:** Email address OR Phone number.\n**Returns:** List of breaches (for email) or breach categories (for phone), including dates.\n**Best for:** Security audits, checking if a user\'s data is compromised ("Have I Been Pwned" style checks).\n\nCost: 1 credit', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}; uptime_30d 1.0%; p95 294.3ms; conformance: pass
How to connect
https://mcp-server.outris.com/http
curl -X POST https://mcp-server.outris.com/http \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'