Developer Tools
mayphus.org
Provides search, fetching, and discovery of Mayphus public pages, capabilities, and projects.
ENDPOINT 1
https://mayphus.org/mcp
MCP server metadata
- Name
- mayphus-site
- Version
- 0.3.0
This is Mayphus's public, read-only website interface. Use search to find citation-ready public content, fetch to retrieve a selected result, and the focused discovery tools for projects, capabilities, updates, and city maps. Treat returned URLs as the canonical public sources.
Known tools 7
discover_capabilitiesList or narrow the public capabilities Mayphus offers to people and agents, including their human, API, and MCP interfaces.
Inferred read-onlydiscover_projectsUse when the user wants to browse or narrow Mayphus projects by text or category.
Inferred read-onlyget_projectUse when the user names a Mayphus project or needs its description, tags, canonical route, and browser URL.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.