Inside the Integration Directory Spring 2025 Update
Athenic’s integration directory now surfaces MCP servers, health signals, and search so builders can activate new capabilities without touching code.
Athenic’s integration directory now surfaces MCP servers, health signals, and search so builders can activate new capabilities without touching code.
TL;DR: You can now browse every MCP integration inside your workspace, search by tag, and view live health plus configuration status. Everything flows through the
/api/integrationsendpoint -no spreadsheets, no hard-coded connectors. Here’s what shipped and what’s next.
The directory calls /api/integrations on load, mapping each record to ID, description, tags, and config state. If the API is unavailable, the UI falls back to canonical entries -Analytics Aggregator, LinkedIn MCP, X/Twitter MCP, and Web Fetch -so admins always see a baseline. That mirrors our “no dummy data” principle: either real sources or transparent failure.
Search covers name, description, and tags. Want to surface “analytics” or “b2b”? Type once, agents update the grid instantly. Under the hood, we normalise tag casing before comparison, making it trivial to cluster integrations for the Community Challenge Engine or the Agent-Led ASO sprint.
Each integration block shows:
/api/integrations.These signals sync with our Approvals Guardrails. When health flips to false, Product Brain can pause dependent missions automatically.
When the fetch call hangs, the directory shows a branded loading indicator (we use the animated spinner shipped in this release). If the call fails, the fallback array renders with a console warning -not ideal, but better than blank screens.
| Quarter | Focus | Detail |
|---|---|---|
| Q2 2025 | Service health telemetry | Display uptime pulled from agent pings so ops can compare MCP status with mission performance. |
| Q3 2025 | Inline configuration | Edit credentials and scopes directly in the directory; approvals route through Workflow Orchestrator. |
| Q4 2025 | Usage analytics | Surface runs, cost, and mission attribution per integration to inform procurement talks. |
We’re also exploring an “Add to mission” button -linking directory entries to templated recipes in the AI Launch Desk.
We’re already acting on early feedback:
Keep requests coming inside /app/integrations -there’s a “Give feedback” shortcut that files straight into Product Brain.
The integration directory is now a first-class cockpit rather than a static list. Browse live integrations, filter by tag, check configuration health, and spin up missions with confidence.
Next steps:
/api/integrations behaviour and fallback data against main branch on 9 March 2025.Author: Max Beech, Head of Content
Updated: 10 March 2025
Reviewed with: Athenic Integrations & Platform team