← allid.me
INDIVIDUAL MCP TOOL
get_site_info
Return AllID site metadata, capabilities, rate limits, and the full canonical usage policy.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
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.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.
Related tools
search_profiles— Search AllID — the first-party directory of people, businesses, brands, creators, and events — by free text: handle, name, bio, tags, or link signals.get_profile— Fetch the full public profile for a handle: display name, bio, tags, and the link cards the person or business chose to publish.list_links— Return only the link cards on a public profile, optionally filtered by platform (github, instagram, website, etc.).