INDIVIDUAL MCP TOOL
get_person
Retrieve the full public profile for a username, including skills, experiences and projects, and the phone, WhatsApp and contact email (`phone`, `whatsapp`, `contactEmail`) when the person made them public.
LIVE ENDPOINT
https://foundaree.com/mcp
Connect to this endpoint to inspect the live schema for get_person and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests sending messages.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.foundaree]
url = "https://foundaree.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"foundaree": {
"type": "http",
"url": "https://foundaree.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: foundaree
Remote MCP URL: https://foundaree.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"foundaree": {
"url": "https://foundaree.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"foundaree": {
"type": "http",
"url": "https://foundaree.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "foundaree",
"transport": "streamable-http",
"url": "https://foundaree.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_people— Search public Foundaree profiles by free-text query and/or structured filters; give at least one.match_people— Rank public Foundaree profiles against a list of required skills — use when the user describes a need ("a co-founder who knows React and has sold to enterprises", "someone to rewire my kitchen in Kochi") rather than searching for a known person.create_profile_draft— Start a Foundaree profile for the user.