streamable-httpMITupdated 5mo ago
MCP server for Archangel Agency — query ontological research, Universal Language briefings, Context JSON frameworks, and the A2A agent card.
What can you do with Archangel Agency MCP?
archangel-agency-mcp
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
Tools
| 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 |
Quick Start
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.
How It Works
- Transport: MCP Streamable HTTP (JSON-RPC over HTTP POST)
- Protocol: MCP 2024-11-05
- Runtime: Cloudflare Workers (edge-deployed, globally distributed)
- Rate Limit: 60 requests/minute per IP
- Payment: x402-ready — premium tools can be gated behind $0.01 USDC micropayments on Base (currently all free)
Self-Hosting
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.
Context JSONs
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 template
Call with context="list" to get the full directory, or specify a key to fetch directly.
x402 Payment Gate
Premium tools are gated behind the x402 protocol for USDC micropayments on Base. Currently active.
- Payment: $0.01 USDC per premium call
- Network: Base mainnet
- Currency: USDC (
0x833589fCD6eDb6E08f4c7C32D4f71b1566469c3d) - Protocol: HTTP 402 via x402.org facilitator
To self-host with x402, set CDP_API_KEY_ID and CDP_API_KEY_SECRET as Wrangler secrets via npx wrangler secret put.
Links
- Website: jono.archangel.agency
- Health check: archangel-agency-mcp.jordan-trana.workers.dev
- Agent card: .well-known/agent-card.json
- MCP manifest: .well-known/mcp.json
- ERC-8004: Agent #30650 on Base
- Blog: Making My Portfolio AI-Agent-Ready
License
MIT
Install
Add Archangel Agency MCP to your client. Pick the one you use.
claude mcp add --transport http archangel-agency-mcp https://archangel-agency-mcp.jordan-trana.workers.dev/mcpcodex mcp add archangel-agency-mcp --url https://archangel-agency-mcp.jordan-trana.workers.dev/mcp{
"mcpServers": {
"archangel-agency-mcp": {
"url": "https://archangel-agency-mcp.jordan-trana.workers.dev/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"archangel-agency-mcp": {
"type": "http",
"url": "https://archangel-agency-mcp.jordan-trana.workers.dev/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"archangel-agency-mcp": {
"url": "https://archangel-agency-mcp.jordan-trana.workers.dev/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"archangel-agency-mcp": {
"serverUrl": "https://archangel-agency-mcp.jordan-trana.workers.dev/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
4 tools
Archangel Agency MCP exposes 4 tools to a connected agent.
- get_service_catalog
- Machine-readable service catalog (services, pricing, payment methods)
- get_universal_language_briefing
- Universal Language research briefing (`summary` or `full` depth)
- get_context_jsons
- 8 ontological framework documents from the [FusionGirl wiki](https://wiki.fusiongirl.app)
- get_agent_info
- A2A agent card (skills, capabilities, payment, contact)
Score
72 / 100
Good
- Documentation22/25
- Maintenance19/25
- Trust13/20
- Capability6/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 171 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 4 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.2.2Latest | Mar 14, 2026 |
| 1.2.1 | Mar 14, 2026 |
| 1.2.0 | Mar 14, 2026 |