outris identity mcp for LangChain
io.github.outris-dev-user/outris-identity-mcp
Identity resolution MCP server for phone/email lookups across 31+ services. Global + India coverage.
client:LangChain
transport:streamable-http
tools:19
Install outris identity mcp in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"outris-identity-mcp": {
"transport": "streamable_http",
"url": "https://mcp-server.outris.com/http",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs
What LangChain can do once it is connected
- investigate_phone
- assess_fraud_risk
- find_contacts
- due_diligence_person_start
- check_job
- investigate_email
- resolve_company
- lookup_gst
- verify_pan
- lookup_vehicle
- verify_bank_account
- smart_lookup
- check_online_platforms
- get_identity_profile
- get_name
- get_email
- get_address
- get_alternate_phones
- check_digital_commerce_activity