API Tools
onefront.org
Fetches user profile data, links, page blocks, and posts from OneFront profiles.
ENDPOINT 1
https://onefront.org/api/mcp
MCP server metadata
- Name
- onefront
- Version
- 1.0.0
Known tools 11
get_profileFetch a OneFront user's identity: display name, tagline, bio, entity type, and canonical URL.
Inferred read-onlylist_linksList all links published on a OneFront user's profile, in display order.
Inferred read-onlylist_page_blocksList the rich content blocks on a OneFront profile — videos, text, FAQs, embeds, calls to action and posts — in display order.
Inferred read-onlylist_social_accountsList the social platforms/accounts a OneFront user has linked (their sameAs identities).
Inferred read-onlysearch_profilesFind OneFront profiles matching a query, searched across display name, tagline, bio, and username.
Inferred read-onlyget_verified_accountsList only the social accounts that have passed rel=me bidirectional verification — i.e.
Inferred read-onlycheck_username_availabilityCheck whether a username is available to claim on OneFront — useful for helping someone pick and claim a page conversationally.
Inferred read-onlylist_latest_itemsList the newest entries from any feeds a profile syncs — podcast episodes, videos, or posts — with publish dates, durations, and episode numbers where the source provides them.
Potential side effectsCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for onefront.org was fetched 2026-08-13T23:58:50.813Z.
onefront.org 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.