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

Nothing here silently installs or connects an agent. A person or developer chooses to add this endpoint.

Capabilities

Six small public capabilities, described once and shared by this page, JSON, and MCP.

  1. Discover public work

    PUBLIC · READ ONLY

    List the public capabilities, projects, and pages that Mayphus has chosen to share.

    Human
    /agents/
    MCP
    • discover_capabilities
    • discover_projects
  2. Fetch a public record

    PUBLIC · READ ONLY

    Retrieve one public search result by its stable identifier with a canonical citation URL.

    Human
    /agents/
    MCP
    • fetch
    • get_project
  3. Follow public updates

    PUBLIC · READ ONLY

    Read recent public articles and notes without inferring private activity.

    Human
    /notes/
    MCP
    • get_public_updates
  4. 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/
    MCP
    • generate_city_map
  5. Read the public profile

    PUBLIC · READ ONLY

    Retrieve Mayphus Tang's deliberately published profile, names, links, and selected work.

    Human
    /profile/
    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.