← mayphus.org

INDIVIDUAL MCP TOOL

discover_projects

Use when the user wants to browse or narrow Mayphus projects by text or category.

mayphus.orgnone authenticationAvailability not checked

LIVE ENDPOINT

https://mayphus.org/mcp

No auth detected

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

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent server

mayphus.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.mayphus-site]
url = "https://mayphus.org/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "mayphus-site": {
      "type": "http",
      "url": "https://mayphus.org/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: mayphus-site
Remote MCP URL: https://mayphus.org/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": {
    "mayphus-site": {
      "url": "https://mayphus.org/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "mayphus-site": {
      "type": "http",
      "url": "https://mayphus.org/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "mayphus-site",
  "transport": "streamable-http",
  "url": "https://mayphus.org/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search — Search Mayphus public pages, projects, articles, notes, and capabilities.
  • fetch — Fetch one public document returned by search.
  • discover_capabilities — List or narrow the public capabilities Mayphus offers to people and agents, including their human, API, and MCP interfaces.
  • get_project — Use when the user names a Mayphus project or needs its description, tags, canonical route, and browser URL.
  • get_public_updates — Use when the user asks what changed recently on Mayphus.
  • generate_city_map — Find a supported place category within a named city.