{
  "$schema": "https://modelcontextprotocol.io/schema/mcp-server.json",
  "name": "signal-radar",
  "displayName": "Signal Radar",
  "description": "LLM-native access to the AI native engineering tools radar. Search, compare, and track 78+ agentic developer tools. Query weekly intelligence digests, view historical timelines, and discover the scoring caps that gate enterprise readiness.",
  "version": "1.0.0",
  "endpoint": "https://radar.creative-technology.digital/api/mcp/mcp",
  "transport": "http",
  "auth": "none",
  "publisher": {
    "name": "WWT Agentic Tools Radar",
    "url": "https://radar.creative-technology.digital"
  },
  "license": "MIT",
  "tags": ["ai", "agentic", "developer-tools", "radar", "intelligence", "evaluation"],
  "tools": [
    {
      "name": "search_tools",
      "description": "Semantic search across all tools on the radar."
    },
    {
      "name": "get_tool_details",
      "description": "Full details for a single tool — scores, dimensions, status, history."
    },
    {
      "name": "compare_tools",
      "description": "Side-by-side comparison of 2-3 tools across all dimensions."
    },
    {
      "name": "compare_tools_detailed",
      "description": "Deep comparison with per-dim rationale, win/loss tally, movement triggers, and follow-ups."
    },
    {
      "name": "get_risky_tools",
      "description": "Tools with governance gaps, security concerns, or risk markers."
    },
    {
      "name": "get_trending_tools",
      "description": "Tools with recent score changes — up, down, stable, new."
    },
    {
      "name": "get_recommendations",
      "description": "Top-rated tools filtered by category or maturity status."
    },
    {
      "name": "get_insights",
      "description": "Radar-wide stats — counts, averages, top tools."
    },
    {
      "name": "get_timeline_events",
      "description": "Industry timeline of agentic developer tool events."
    },
    {
      "name": "get_tool_history",
      "description": "Per-tool version history and score changes over time."
    },
    {
      "name": "tool_history",
      "description": "Detailed tool history — rating timeline, per-dim deltas, cap timeline, narrative."
    },
    {
      "name": "submit_tool",
      "description": "Submit a new tool for evaluation. Creates a GitHub issue."
    },
    {
      "name": "get_intel_sources",
      "description": "Search the ai-intel source archive — ingested AI market news."
    },
    {
      "name": "get_intel_briefings",
      "description": "Recent weekly intelligence digests from the ai-intel pipeline."
    },
    {
      "name": "brief_radar",
      "description": "Return the most recent weekly digest as markdown, or fetch a specific ISO week."
    },
    {
      "name": "search_intel",
      "description": "Unified keyword search across sources and weekly digests."
    },
    {
      "name": "whats_changed",
      "description": "Promotions, demotions, top climbers/fallers, and new caps since a date (default 7 days)."
    },
    {
      "name": "list_caps",
      "description": "Catalog of scoring caps + tools that have them. Optional tool slug to focus."
    },
    {
      "name": "get_positions",
      "description": "Organizational AI positions with status and full text."
    },
    {
      "name": "get_partnerships",
      "description": "Vendor partnership data — status, scope, details."
    },
    {
      "name": "get_pursuits",
      "description": "Business initiative and pursuit data — status, priority, description."
    },
    {
      "name": "get_decision_log",
      "description": "Decision log entries with context, outcome, and contingency triggers."
    }
  ],
  "clients": {
    "claude-desktop": {
      "config": {
        "mcpServers": {
          "signal-radar": {
            "url": "https://radar.creative-technology.digital/api/mcp/mcp"
          }
        }
      },
      "configPath": "~/Library/Application Support/Claude/claude_desktop_config.json"
    },
    "claude-code": {
      "config": {
        "mcpServers": {
          "signal-radar": {
            "type": "http",
            "url": "https://radar.creative-technology.digital/api/mcp/mcp"
          }
        }
      },
      "configPath": ".mcp.json or ~/.claude.json"
    },
    "cursor": {
      "config": {
        "mcpServers": {
          "signal-radar": {
            "url": "https://radar.creative-technology.digital/api/mcp/mcp"
          }
        }
      },
      "configPath": "~/.cursor/mcp.json"
    },
    "windsurf": {
      "config": {
        "mcpServers": {
          "signal-radar": {
            "serverUrl": "https://radar.creative-technology.digital/api/mcp/mcp"
          }
        }
      },
      "configPath": "~/.codeium/windsurf/mcp_config.json"
    }
  },
  "rateLimits": {
    "policy": "No authentication, no rate limits as of v1. Reasonable use expected. The server is hosted on Vercel and shares compute with the rest of the radar; abuse may trigger platform-level throttling."
  }
}
