# Archangel Agency MCP

Remote MCP server for ontological research context. Provides Universal Language briefings, FusionGirl game-world context JSONs, AI consulting service catalog, and agent metadata. Built on Cloudflare …

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add jthora/archangel-agency-mcp

# Browse available tools
npx -y @smithery/cli@latest tool list jthora/archangel-agency-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get jthora/archangel-agency-mcp get_service_catalog

# Call a tool
npx -y @smithery/cli@latest tool call jthora/archangel-agency-mcp get_service_catalog '{}'
```

## Direct MCP Connection

Endpoint: `https://archangel-agency-mcp--jthora.run.tools`

## Tools (4)

- `get_service_catalog` — Returns the full machine-readable service catalog including available services, pricing, and payment methods. Use this …
- `get_universal_language_briefing` — Returns the Universal Language research briefing — structured content about the formally derivable geometric pattern la…
- `get_context_jsons` — Returns the directory of Context JSON briefing documents — structured ontological frameworks built on Universal Languag…
- `get_agent_info` — Returns the A2A agent card with skills, capabilities, payment methods, and contact info for Jono Tho'ra / Archangel Age…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get jthora/archangel-agency-mcp <tool-name>
```
