Identity Verification for AI Agents

Give your AI the power to verify identities in real-time.

10 verification tools. One MCP server. Zero complexity.

Claude Desktop

Can you verify if +1 212 xxxx yyy is live on any social platforms?

I'll verify that Phone Number for you using Outris.

✓ Number is Live on platforms

✓ Instagram: JOHN DOE

✓ Whatsapp: Individual

✓ Amazon: Active

🔍 Try It Now

Enter any phone number to see which platforms it's registered on

Check Platforms

2 free checks remaining today

10 Verification Tools

Everything your AI needs to verify identities, from PAN cards to social profiles.

Identity Profile

Comprehensive background check

3 credits

Platform Check

Social media presence check

1 credit

Breach Check

Search data leaks for phone/email

1 credit

Commerce Check

E-commerce activity analysis

1 credit

WhatsApp

Check WhatsApp registration

1 credit

Phone to Name

Identify owner name from truecaller & other sources

2 credits

Phone to Address

Locate physical addresses

2 credits

Phone to Email

Find linked email addresses

2 credits

Alt Phones

Find other contact numbers

2 credits

All KYC / MSME

Business & KYC verification tools

Coming Soon

Works With Your Stack

Integrate with any MCP-compatible client or use our API directly.

Claude Desktop

Native MCP integration

Cursor IDE

AI-powered development

Windsurf

AI-native IDE

Direct APIs

REST API access

// Quick integration example
const session = new MCPSession("https://mcp-server.outris.com/http");
const result = await session.call("phone_to_name", { phone: "+919876543210" });
console.log(result);

Simple, Transparent Pricing

Start free. Scale as you grow.

Free

$0/forever

50 credits/month

  • 50 credits per month
  • All 10 verification tools
  • Standard support
  • Dashboard access

Starter

$20/per month

200 credits/month

  • 200 credits per month
  • All 10 verification tools
  • Priority support
  • Usage analytics
  • API access

Pro

$100/per month

1000 credits/month

  • 1,000 credits per month
  • All 10 verification tools
  • Dedicated support
  • Advanced analytics
  • Custom integrations
  • SLA guarantee

Get Started in 2 Minutes

Simple setup. Powerful results.

  1. Sign Up Free

    Create your account and copy your MCP Key from the dashboard.

  2. Configure Your Client

    Add this config to your Claude Desktop.

   {
     "mcpServers": {
       "outris-identity": {
         "command": "mcp-remote",
         "args": [\
           "https://mcp-server.outris.com/http",\
           "--transport",\
           "http-first",\
           "--header",\
           "Authorization: Bearer mcp_YOUR_API_KEY"\
         ]
       }
     }
   }
  1. Start Chatting

    Start chatting! The API key in your config handles authentication automatically.