Connect ProfVault to Claude
Add ProfVault as a custom Connector and let Claude search opt-in public profiles, fetch full profile data, and recommend candidates — all from inside any chat.
https://myprofvault.com/mcp
Read-only. Anonymous. Returns only profiles whose owners opted in.
Add it to Claude
Open Claude Connectors
In claude.ai or Claude Desktop, go to Settings → Connectors and click Add custom connector.
Paste the URL above
Name it "ProfVault" (or anything you like). Skip authentication — the server is anonymous read-only.
Toggle ProfVault on in any chat
Click the connectors menu in the composer and enable ProfVault. Then ask Claude things like:
- "Find Rails developers in Austin who have shipped pgvector projects."
- "Get the full profile for the username
alex-dev." - "Search ProfVault for senior frontend engineers fluent in Spanish."
Other AI hosts
ChatGPT
Same URL via Settings → Connectors → Add custom connector on Plus/Pro/Business/Enterprise plans. Compatible with Deep Research connectors out of the box.
Gemini & OpenAPI clients
Use the OpenAPI 3.1 spec at
/api/discovery/openapi.json
for Vertex AI Agent Builder, Gemini Extensions, or any OpenAPI tool caller.
For developers
Calling from the Anthropic Messages API:
{
"model": "claude-opus-4-7",
"mcp_servers": [
{ "type": "url", "url": "https://myprofvault.com/mcp", "name": "profvault" }
],
"messages": [
{ "role": "user", "content": "Find profiles matching 'data scientist with NLP experience'." }
]
}
Requires the mcp-client-2025-04-04 beta header.
What gets shared?
- Only profiles where the owner enabled Public profile and Searchable.
- Only the sections each owner toggled on (summary, experience, education, skills, projects, languages).
- No emails, phone numbers, addresses, documents, or auth credentials — ever.
- No data from accounts that haven't opted in.
Manage your visibility from Profile → Public Profile.