INDIVIDUAL MCP TOOL
search_profiles
Find OneFront profiles matching a query, searched across display name, tagline, bio, and username.
LIVE ENDPOINT
https://onefront.org/api/mcp
Connect to this endpoint to inspect the live schema for search_profiles and invoke it with your own arguments.
Indexed 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 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.onefront]
url = "https://onefront.org/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"onefront": {
"type": "http",
"url": "https://onefront.org/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: onefront
Remote MCP URL: https://onefront.org/api/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": {
"onefront": {
"url": "https://onefront.org/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"onefront": {
"type": "http",
"url": "https://onefront.org/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "onefront",
"transport": "streamable-http",
"url": "https://onefront.org/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_profile— Fetch a OneFront user's identity: display name, tagline, bio, entity type, and canonical URL.list_links— List all links published on a OneFront user's profile, in display order.list_page_blocks— List the rich content blocks on a OneFront profile — videos, text, FAQs, embeds, calls to action and posts — in display order.list_posts— List the posts a OneFront user has published, newest first.get_post— Fetch the full text of one post by a OneFront user.list_social_accounts— List the social platforms/accounts a OneFront user has linked (their sameAs identities).record_link_click— Follow one of a profile's links on the user's behalf.get_verified_accounts— List only the social accounts that have passed rel=me bidirectional verification — i.e.