← onefront.org

INDIVIDUAL MCP TOOL

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.

onefront.orgnone authenticationAvailability not checked

LIVE ENDPOINT

https://onefront.org/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for list_latest_items and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent server

onefront.org

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.
  • search_profiles — Find OneFront profiles matching a query, searched across display name, tagline, bio, and username.