AgentStack
MCP verified MIT Self-run

Archangel Agency MCP

mcp-jthora-archangel-agency-mcp · by Jthora

Universal Language briefings, FusionGirl context JSONs, service catalog, and agent metadata

No reviews yet
0 installs
13 views
0.0% view→install

Install

$ agentstack add mcp-jthora-archangel-agency-mcp

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v1.2.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v1.2.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README — it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/mcp-jthora-archangel-agency-mcp)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
4mo ago

Declared compatibility

Claude CodeClaude DesktopCursorWindsurf

Compatibility is declared by the source manifest. End-to-end runtime verification is coming — see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps — measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Archangel Agency MCP? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

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 context
  • fusiongirl_overview — FusionGirl game overview
  • solar_cycle_25 — Plan context for Solar Cycle 25
  • technofeudalism — TechnoFeudalism context
  • plan_2024 — 2024.5 Plan Summary
  • plan_supplement — 2024.5 Supplemental Support Plan
  • required_jsons — List of required JSONs for comprehensive planning
  • plan_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

License

MIT

Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v1.2.0 Imported from the upstream source.