From f0741a74a92335ff042e876275d26b9063d7e8db Mon Sep 17 00:00:00 2001 From: mhr2027r-dotcom Date: Sun, 20 Sep 2026 00:42:20 +0400 Subject: [PATCH] Add Capital Flow Desk UnlockFlow MCP listing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Public MCP exposing UnlockFlowEvent v1 tools (list/get/schema) for unlock × capital-flow agent workflows. NFA; illustrative seeds. --- .../capital-flow-desk-unlockflow-mcp.json | 39 +++++++++++++++++++ content/changelog.json | 11 +++++- 2 files changed, 48 insertions(+), 2 deletions(-) create mode 100644 content/agents/capital-flow-desk-unlockflow-mcp.json diff --git a/content/agents/capital-flow-desk-unlockflow-mcp.json b/content/agents/capital-flow-desk-unlockflow-mcp.json new file mode 100644 index 0000000..8ead87e --- /dev/null +++ b/content/agents/capital-flow-desk-unlockflow-mcp.json @@ -0,0 +1,39 @@ +{ + "id": "cACQ43HySLFKzGkKdYUc9R", + "name": "Capital Flow Desk UnlockFlow MCP", + "slug": "capital-flow-desk-unlockflow-mcp", + "description": "Exposes UnlockFlowEvent v1 MCP tools for unlock × capital-flow research agents — list, get, and schema with illustrative seeds (NFA).", + "providerName": "Capital Flow Desk", + "providerUrl": "https://github.com/mhr2027r-dotcom/mcp-unlockflow", + "agentUrl": "https://github.com/mhr2027r-dotcom/mcp-unlockflow", + "categories": ["finance", "data-analytics"], + "tags": ["mcp", "crypto", "unlocks", "trading", "capital-flow", "research"], + "skills": [ + { + "id": "list-unlock-events", + "name": "List Unlock Events", + "description": "List illustrative UnlockFlowEvent samples with optional asset ticker and horizon filters for agent loops." + }, + { + "id": "get-unlock-event", + "name": "Get Unlock Event", + "description": "Fetch one UnlockFlowEvent by stable event_id from local illustrative seeds for typed agent workflows." + }, + { + "id": "get-schema", + "name": "Get Schema", + "description": "Return UnlockFlowEvent JSON Schema v1 so agents can validate unlock × capital-flow payloads." + } + ], + "authType": "none", + "supportsStreaming": false, + "supportsPushNotifications": false, + "status": "published", + "featured": false, + "verified": false, + "tier": "free", + "discoveredBy": "manual", + "accessMethods": ["mcp"], + "createdAt": "2026-09-19T20:41:53.000Z", + "updatedAt": "2026-09-19T20:41:53.000Z" +} diff --git a/content/changelog.json b/content/changelog.json index 1c92d6f..abc2e36 100644 --- a/content/changelog.json +++ b/content/changelog.json @@ -1,4 +1,11 @@ [ + { + "action": "added", + "slug": "capital-flow-desk-unlockflow-mcp", + "name": "Capital Flow Desk UnlockFlow MCP", + "note": "UnlockFlowEvent v1 MCP tools (list/get/schema) for unlock \u00d7 capital-flow agents. NFA.", + "date": "2026-09-20" + }, { "action": "added", "slug": "modelshortlist", @@ -1771,7 +1778,7 @@ "action": "added", "slug": "agentswitchboard", "name": "Agent Switchboard", - "note": "The directory listed itself — it qualifies: live MCP server, verified endpoints, identifiable provider", + "note": "The directory listed itself \u2014 it qualifies: live MCP server, verified endpoints, identifiable provider", "date": "2026-07-23" }, { @@ -1785,7 +1792,7 @@ "action": "removed", "slug": "sangria", "name": "Sangria", - "note": "Product discontinued — repo deleted", + "note": "Product discontinued \u2014 repo deleted", "date": "2026-07-17" }, {