Data Collection
allid.me
Access and search a public directory of profiles and links for people, businesses, and brands.
ENDPOINT 1
https://allid.me/mcp
Known tools 4
search_profilesSearch AllID — the first-party directory of people, businesses, brands, creators, and events — by free text: handle, name, bio, tags, or link signals.
Inferred read-onlyget_profileFetch the full public profile for a handle: display name, bio, tags, and the link cards the person or business chose to publish.
Potential side effectslist_linksReturn only the link cards on a public profile, optionally filtered by platform (github, instagram, website, etc.).
Inferred read-onlyget_site_infoReturn AllID site metadata, capabilities, rate limits, and the full canonical usage policy.
Inferred read-onlyCONNECT 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.allid-me]
url = "https://allid.me/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"allid-me": {
"type": "http",
"url": "https://allid.me/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: allid-me
Remote MCP URL: https://allid.me/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": {
"allid-me": {
"url": "https://allid.me/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"allid-me": {
"type": "http",
"url": "https://allid.me/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "allid-me",
"transport": "streamable-http",
"url": "https://allid.me/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for allid.me was fetched 2026-07-30T16:13:42.508Z and is being refreshed.
allid.me is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.