
UPI ID OSINT - Phone to UPI VPAs + Bank Names (India)
Direct UPI OSINT lookup. Phone number → all active UPI VPAs across PhonePe, Paytm, BHIM, GPay etc. + full bank-registered name from NPCI. No guessing, no scraping. Razorpay + PayU validateVPA backends.
Server URL
https://mcp.apify.com/?tools=anshumanatrey/upi-id-osint
Registry name io.github.AnshumanAtrey/upi-id-osint. Streamable HTTP. Authenticate by signing in with Apify, or with an Authorization: Bearer header carrying your Apify API token.
Connect
Claude (web or desktop)
Settings, Connectors, Add custom connector. Paste the server URL above and sign in with Apify.
Claude Code
claude mcp add --transport http upi-id-osint "https://mcp.apify.com/?tools=anshumanatrey/upi-id-osint" --header "Authorization: Bearer YOUR_APIFY_TOKEN"
Cursor
Add to ~/.cursor/mcp.json:
{
"mcpServers": {
"upi-id-osint": {
"url": "https://mcp.apify.com/?tools=anshumanatrey/upi-id-osint",
"headers": {
"Authorization": "Bearer YOUR_APIFY_TOKEN"
}
}
}
}VS Code
Add to .vscode/mcp.json (VS Code asks for the token once):
{
"servers": {
"upi-id-osint": {
"type": "http",
"url": "https://mcp.apify.com/?tools=anshumanatrey/upi-id-osint",
"headers": {
"Authorization": "Bearer ${input:apify-token}"
}
}
},
"inputs": [
{
"type": "promptString",
"id": "apify-token",
"description": "Apify API token",
"password": true
}
]
}Pricing
Charged per event through your Apify account. Free Apify accounts include monthly credit.
| UPI dossier produced | $0.30 |
| Actor Start | $0.001 |