
Archangel Agency MCP
Pull Archangel Agency briefings, FusionGirl context JSONs, service catalog, and agent metadata into your agent over remote MCP with optional x402 flows.
Overview
io.github.Jthora/archangel-agency-mcp is a MCP server for the Build phase that serves agency briefings, FusionGirl context JSONs, service catalog, and agent info over streamable HTTP with x402 support.
What is this MCP server?
- Remote streamable-http MCP at archangel-agency-mcp.jordan-trana.workers.dev
- Universal Language briefings and FusionGirl context JSON retrieval
- Service catalog and agent info endpoints for orchestration
- x402-enabled interactions per server description
- Server version 1.2.2
- Single remote: streamable-http MCP on Cloudflare Workers
- x402-enabled per repository description
What problem does it solve?
Custom agents lack a single remote source for agency briefings, structured context JSONs, and service metadata without brittle copy-paste or private forks.
Who is it for?
Builders integrating Archangel Agency or FusionGirl-style context packs who want HTTP MCP and optional x402 without self-hosting the catalog.
Skip if: Teams with no tie to Archangel Agency assets who only need generic RAG or public web search.
What do I get? / Deliverables
After you add the remote MCP URL, your agent can fetch Universal Language briefings and catalog entries on demand for consistent multi-agent behavior.
- On-demand Universal Language briefing content in the agent
- FusionGirl and related context JSON payloads for prompts
- Service catalog and agent info for downstream automation
Recommended MCP Servers
Journey fit
Agent-tooling is the canonical shelf because the server primarily feeds structured context and catalogs to other agents during product build. Service catalogs and FusionGirl context JSONs are configuration and knowledge surfaces for multi-agent workflows, not raw infra or mobile UI.
How it compares
Curated agency knowledge MCP over HTTP, not a local filesystem or generic plugin marketplace.
Common Questions / FAQ
Who is io.github.Jthora/archangel-agency-mcp for?
Solo builders and agent authors who use Archangel Agency briefings, FusionGirl context JSONs, or the published service catalog inside MCP-aware coding agents.
When should I use io.github.Jthora/archangel-agency-mcp?
Use it when configuring or running agents that need agency briefings, context JSONs, or catalog lookups during build, content, or distribution workflows.
How do I add io.github.Jthora/archangel-agency-mcp to my agent?
Register the streamable-http remote URL https://archangel-agency-mcp.jordan-trana.workers.dev/mcp in your MCP client; follow x402 requirements if your client supports paid tool calls.