LogPon Public Site API
This site publishes a small read-only API and an MCP endpoint so agents can discover product metadata, support routes, policy pages, and download links without scraping HTML.
Authentication
No authentication is currently required for the public site API or the public MCP endpoint.
Discovery Endpoints
REST Endpoints
GET /api/site/v1— overview and endpoint indexGET /api/site/v1/app— product summary, features, and AI setup prerequisitesGET /api/site/v1/downloads?locale=ja— locale-aware App Store linksGET /api/site/v1/support— support contact and bug-report checklistGET /api/site/v1/policies— privacy, terms, and support URLsGET /api/site/v1/health— basic health payload
MCP Endpoint
POST /mcp accepts JSON-RPC requests. The server exposes read-only tools for overview, download links, support details, and page discovery.
Supported methods: initialize, ping, tools/list, tools/call.
GET /mcp returns 405 Method Not Allowed because this server does not publish a standalone SSE stream.
Markdown Negotiation
HTML pages on this site return Markdown when the request includes Accept: text/markdown. Browsers still receive HTML by default.