Connects your LLM to Archangel Agency's ontological research stack: Universal Language briefings, FusionGirl context JSONs (eight structured frameworks covering everything from TechnoFeudalism to Solar Cycle 25 planning), a machine-readable service catalog, and an A2A agent card. Runs on Cloudflare Workers via streamable HTTP, no install needed. Implements x402 micropayment gating for premium calls at $0.01 USDC on Base, though currently everything's free. Reach for this when you need access to specific ontological frameworks or want to experiment with payment-gated MCP tools. The context JSON system is the real hook here: structured knowledge documents you can query by key or list in full.
MCP server for Archangel Agency — query ontological research, Universal Language briefings, Context JSON frameworks, and the A2A agent card.
Live endpoint: https://archangel-agency-mcp.jordan-trana.workers.dev/mcp
| Tool | Description | Free |
|---|---|---|
get_service_catalog | Machine-readable service catalog (services, pricing, payment methods) | Yes |
get_universal_language_briefing | Universal Language research briefing (summary or full depth) | Summary: Yes, Full: Premium |
get_context_jsons | 8 ontological framework documents from the FusionGirl wiki | List: Yes, Specific: Premium |
get_agent_info | A2A agent card (skills, capabilities, payment, contact) | Yes |
Add to your MCP client config (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"archangel-agency-mcp": {
"url": "https://archangel-agency-mcp.jordan-trana.workers.dev/mcp"
}
}
}
No API key needed. No installation required. It's a remote HTTP server.
Clone and deploy to your own Cloudflare account:
git clone https://github.com/Jthora/archangel-agency-mcp.git
cd archangel-agency-mcp
npx wrangler deploy
Set the site URL variable in wrangler.toml to point to your own site if forking.
The get_context_jsons tool serves structured ontological frameworks from the FusionGirl wiki:
archangel_agency — Archangel Agency LLC contextfusiongirl_overview — FusionGirl game overviewsolar_cycle_25 — Plan context for Solar Cycle 25technofeudalism — TechnoFeudalism contextplan_2024 — 2024.5 Plan Summaryplan_supplement — 2024.5 Supplemental Support Planrequired_jsons — List of required JSONs for comprehensive planningplan_template — Plan templateCall with context="list" to get the full directory, or specify a key to fetch directly.
Premium tools are gated behind the x402 protocol for USDC micropayments on Base. Currently active.
0x833589fCD6eDb6E08f4c7C32D4f71b1566469c3d)To self-host with x402, set CDP_API_KEY_ID and CDP_API_KEY_SECRET as Wrangler secrets via npx wrangler secret put.
MIT
io.github.ericm1018/skillfm-llm-cost-optimizer-openai-anthropic-usage
io.github.mikerawsonnz/llm-orchestration-agent
io.github.mikerawsonnz/authenticated-llm-agent
labforgedev/copilot-memory-mcp
csoai-org/agent-prompt-injection-firewall-mcp
io.github.mikerawsonnz/authenticated-multi-llm-agent