General Tools
authority.md
Provides general-purpose tools through the Model Context Protocol.
ENDPOINT 1
https://authority.md/api/mcp
MCP server metadata
- Name
- authority.md
- Version
- 1.0.0
authority.md exposes three product types: persona thinking frameworks (~597 across 44 categories, step-priced at $4.99/$14.99/$29.99), curated 10-persona Bundles (7 stacks at $29.99 each, e.g. founder-stack, engineers-stack), and functional Tools (procedures for recurring tasks like difficult emails, hiring, pricing, decisions, and weekly reviews). Use search_personas (covers all three, with a 'type' field on each result) or list_categories to discover, get_persona_details for full info on any item including bundles, and purchase_persona to generate a checkout URL for any mix of slugs — pass all 10 persona slugs from a bundle to purchase it. For current prices read https://authority.md/products.json.
Known tools 4
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.authority-md]
url = "https://authority.md/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"authority-md": {
"type": "http",
"url": "https://authority.md/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: authority-md
Remote MCP URL: https://authority.md/api/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": {
"authority-md": {
"url": "https://authority.md/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"authority-md": {
"type": "http",
"url": "https://authority.md/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "authority-md",
"transport": "streamable-http",
"url": "https://authority.md/api/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.