flagship-mcp-server

pgentles/flagship-mcp-server
★ 0 stars TypeScript AI/LLM Updated 14d ago
MCP server for Flagship Universe APIs - exposes crypto intelligence, legal analysis, compliance checking, resume optimization, and uptime monitoring as discoverable tools for Claude Desktop and AI agents, Auto-pays x402 USDC on Base.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "flagship-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "pgentles/flagship-mcp-server"
      ]
    }
  }
}