← Registry

API Tools

onefront.org

Fetches user profile data, links, page blocks, and posts from OneFront profiles.

1 endpoint11 known toolsFirst detected July 30, 2026Last detected July 30, 2026

ENDPOINT 1

https://onefront.org/api/mcp

No auth detected

MCP server metadata

Name
onefront
Version
1.0.0
Capabilities
tools.listChanged

Known tools 11

get_profile

Fetch a OneFront user's identity: display name, tagline, bio, entity type, and canonical URL.

Inferred read-only
list_links

List all links published on a OneFront user's profile, in display order.

Inferred read-only
list_page_blocks

List the rich content blocks on a OneFront profile — videos, text, FAQs, embeds, calls to action and posts — in display order.

Inferred read-only
list_posts

List the posts a OneFront user has published, newest first.

Inferred read-only
get_post

Fetch the full text of one post by a OneFront user.

Potential side effects
list_social_accounts

List the social platforms/accounts a OneFront user has linked (their sameAs identities).

Inferred read-only
record_link_click

Follow one of a profile's links on the user's behalf.

Inferred read-only
search_profiles

Find OneFront profiles matching a query, searched across display name, tagline, bio, and username.

Inferred read-only
get_verified_accounts

List only the social accounts that have passed rel=me bidirectional verification — i.e.

Inferred read-only
check_username_availability

Check whether a username is available to claim on OneFront — useful for helping someone pick and claim a page conversationally.

Inferred read-only
list_latest_items

List 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 effects

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.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for onefront.org was fetched 2026-08-13T23:58:50.813Z.

Trust status Trusted

onefront.org is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.