Catalog
am.mana/mana-public
Official2 toolsMana Public
Read-only MCP tools for Mana public creations, tags, creator profiles, and share pages.
Reads Mana public creations, tags, creator profiles, and share pages.
Captured live from the server via tools/list.
get_mana_agent_doc
Return one scoped Mana agent document as markdown text. Use this for pricing, comparisons, auth, API, or full product context.
Parameters (1)
- docstringrequired
Document to fetch.
list_mana_agent_docs
List the scoped Mana agent documents and when each should be fetched by an AI agent.
Parameters (1)
- include_urlsboolean
Whether to include canonical markdown URLs in the returned list. Defaults to true.
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"mana-public": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.mana.am/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.