INDIVIDUAL MCP TOOL
get_tier_tier__npub__get
Get Tier Check an agent's current pricing tier based on access matrix row density.
LIVE ENDPOINT
https://manifold.cohereon.io/mcp
Connect to this endpoint to inspect the live schema for get_tier_tier__npub__get and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.imperium-manifold-mcp]
url = "https://manifold.cohereon.io/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"imperium-manifold-mcp": {
"type": "http",
"url": "https://manifold.cohereon.io/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: imperium-manifold-mcp
Remote MCP URL: https://manifold.cohereon.io/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": {
"imperium-manifold-mcp": {
"url": "https://manifold.cohereon.io/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"imperium-manifold-mcp": {
"type": "http",
"url": "https://manifold.cohereon.io/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "imperium-manifold-mcp",
"transport": "streamable-http",
"url": "https://manifold.cohereon.io/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
root__get— Root ### Responses: **200**: Successful Response (Success Response) Content-Type: application/jsonhealth_health_get— Health ### Responses: **200**: Successful Response (Success Response) Content-Type: application/jsonget_component_meta_meta__component_id__get— Get Component Meta Return YAML front matter for a gated component — PUBLIC, no payment required.request_invoice_invoice__component_id__post— Request Invoice Request a Lightning invoice to access a doctrine component.get_component_doc__component_id__get— Get Component Retrieve a doctrine component after Lightning payment verification.lnurlp_lnurlp_manifold_get— Lnurlp LNURL-pay endpoint for the Manifold.agent_json__well_known_agent_json_get— Agent Json MCP/agent discovery endpoint.skill_md_SKILL_md_get— Skill Md ### Responses: **200**: Successful Response (Success Response) Content-Type: text/plain **Example Response:** ```json "string" ```