Source: https://mayphus.org/agents/ For agents Search the full published text, read a canonical document, and follow its sources. The website, plain text, HTTP API, and MCP gateway share the same public content. Read directly No connection is needed for these ordinary HTTP requests. Search returns stable IDs and excerpts; reading returns full text, a citation URL, and metadata. GET /api/search?q=bootstrapping GET /api/document?url=/a-tiny-freebsd-jail-doc-fix/ Complete public document corpus (https://mayphus.org/documents.json) · Plain-text example (https://mayphus.org/a-tiny-freebsd-jail-doc-fix/index.txt) PUBLIC · READ ONLY One gateway Connect explicitly to the public MCP server. It exposes published material and bounded tools; it does not grant access to private site areas or change site content. https://mayphus.org/mcp (https://mayphus.org/mcp) Nothing here silently installs or connects an agent. A person or developer chooses to add this endpoint. In supported browsers, each public page also registers these same read-only tools through WebMCP for the browser's agent. Capabilities Six small public capabilities, described once and shared by this page, JSON, and MCP. - Discover public work PUBLIC · READ ONLY List the public capabilities, projects, and pages that Mayphus has chosen to share. Human /agents/ (https://mayphus.org/agents/) API - /api/capabilities (https://mayphus.org/api/capabilities) - /api/projects (https://mayphus.org/api/projects) - /api/pages (https://mayphus.org/api/pages) MCP - discover_capabilities - discover_projects - Search public knowledge PUBLIC · READ ONLY Search the full published text of pages, projects, articles, notes, and capabilities, with excerpts and canonical citation URLs. Human / (https://mayphus.org/) API - /api/search (https://mayphus.org/api/search) MCP - search - Fetch a public record PUBLIC · READ ONLY Read a public document by stable identifier or canonical URL, including its full text and source metadata. Human /agents/ (https://mayphus.org/agents/) API - /api/document (https://mayphus.org/api/document) MCP - fetch - get_project - Follow public updates PUBLIC · READ ONLY Read recent public articles and notes without inferring private activity. Human / (https://mayphus.org/) API - /api/updates (https://mayphus.org/api/updates) - /api/notes (https://mayphus.org/api/notes) MCP - get_public_updates - Generate a city map PUBLIC · READ ONLY Turn a bounded city-and-topic request into a public OpenStreetMap-based result without changing server state. Human /map/ (https://mayphus.org/map/) API - /api/map (https://mayphus.org/api/map) MCP - generate_city_map - Read the public profile PUBLIC · READ ONLY Retrieve Mayphus Tang's deliberately published profile, names, links, and selected work. Human /profile/ (https://mayphus.org/profile/) API - /api/profile (https://mayphus.org/api/profile) - /api/identity (https://mayphus.org/api/identity) MCP - search - fetch Connect Keep tool approval enabled when trying a new remote MCP server, even when its published tools are read-only. ChatGPT Create a custom MCP app or connector and use this server URL. https://mayphus.org/mcp Codex Add this remote server to the Codex MCP configuration. [mcp_servers.mayphus] url = "https://mayphus.org/mcp" Responses API Place this object in the request's tools array. { "type": "mcp", "server_label": "mayphus", "server_url": "https://mayphus.org/mcp", "require_approval": "always" } Public discovery These indexes are ordinary public files. They make the site easier to inspect, cite, and reuse, but they are not an automatic authorization mechanism. - llms.txt (https://mayphus.org/llms.txt) — compact public reading guide - ai.json (https://mayphus.org/ai.json) — structured public site index - capabilities (https://mayphus.org/api/capabilities) — stable capability records - notes (https://mayphus.org/api/notes) — public non-todo notes - site manifest (https://mayphus.org/api/sites/v1/manifest.json) — canonical discovery URLs - RSS (https://mayphus.org/rss.xml) and sitemap (https://mayphus.org/sitemap.xml) — public change and route feeds