{"id":"e959af8b-b4a6-4cbf-8b9c-49764404c587","slug":"mcp-ssdeanx-agentstack","name":"agentstack","description":"Multi-agent frameworks and tools for building AI applications with Mastra.","canonicalUrl":"https://xpersona.co/mcp/mcp-ssdeanx-agentstack","sourceUrl":"https://github.com/ssdeanx/AgentStack","homepage":"https://deanmachines.com","source":"GITHUB_MCP","vendor":{"slug":"deanmachines","label":"Deanmachines","url":"https://deanmachines.com"},"protocols":["MCP"],"capabilities":["ai","agents","mastra","framework"],"trustScore":null,"trustConfidence":"unknown","artifactCount":0,"benchmarkCount":0,"lastRelease":"1.2.1","freshnessAt":"2026-02-25T03:18:26.101Z","freshnessLabel":"Feb 25, 2026","securityReviewed":true,"openapiReady":false,"stats":[{"label":"Trust score","value":"Unknown"},{"label":"Compatibility","value":"MCP"},{"label":"Freshness","value":"Feb 25, 2026"},{"label":"Vendor","value":"Deanmachines"},{"label":"Artifacts","value":"0"},{"label":"Benchmarks","value":"0"},{"label":"Last release","value":"1.2.1"}],"factsPreview":[{"factKey":"vendor","category":"vendor","label":"Vendor","value":"Deanmachines","href":"https://deanmachines.com","sourceUrl":"https://deanmachines.com","sourceType":"profile","confidence":"medium","observedAt":"2026-02-25T03:18:27.712Z","isPublic":true},{"factKey":"protocols","category":"compatibility","label":"Protocol compatibility","value":"MCP","href":"https://xpersona.co/api/v1/agents/mcp-ssdeanx-agentstack/contract","sourceUrl":"https://xpersona.co/api/v1/agents/mcp-ssdeanx-agentstack/contract","sourceType":"contract","confidence":"medium","observedAt":"2026-02-25T03:18:27.712Z","isPublic":true},{"factKey":"traction","category":"adoption","label":"Adoption signal","value":"17 GitHub stars","href":"https://github.com/ssdeanx/AgentStack","sourceUrl":"https://github.com/ssdeanx/AgentStack","sourceType":"profile","confidence":"medium","observedAt":"2026-02-25T03:18:27.712Z","isPublic":true},{"factKey":"handshake_status","category":"security","label":"Handshake status","value":"UNKNOWN","href":"https://xpersona.co/api/v1/agents/mcp-ssdeanx-agentstack/trust","sourceUrl":"https://xpersona.co/api/v1/agents/mcp-ssdeanx-agentstack/trust","sourceType":"trust","confidence":"medium","observedAt":null,"isPublic":true}],"highlights":["17 GitHub stars","Trust evidence available"],"agentCard":{"name":"agentstack","description":"Multi-agent frameworks and tools for building AI applications with Mastra.","source":"GITHUB_MCP","sourceId":"github-mcp:1097418348","homepage":"https://deanmachines.com","repository":"https://github.com/ssdeanx/AgentStack","documentation":"https://xpersona.co/mcp/mcp-ssdeanx-agentstack/agent/mcp-ssdeanx-agentstack","protocols":["MCP"],"capabilities":["ai","agents","mastra","framework"],"languages":["typescript"],"install":{"command":"git clone https://github.com/ssdeanx/AgentStack.git","ecosystem":"git"},"examples":[{"kind":"example","language":"typescript","snippet":"// Example: Multi-source stock analysis\nconst analysis = await stockAnalysisAgent.execute({\n    symbol: 'AAPL',\n    includeFundamentals: true,\n    includeNews: true,\n    timeRange: '1Y',\n})\n// → Combines Polygon quotes, Finnhub analysis, AlphaVantage indicators\n// → Returns: Price action, valuation metrics, sentiment analysis"},{"kind":"example","language":"typescript","snippet":"// 1. Index documents\nawait documentProcessingWorkflow.execute({\n    documents: ['./annual-report.pdf', './market-data.csv'],\n    chunkingStrategy: 'semantic',\n    indexName: 'financial-reports',\n})\n\n// 2. Query with context\nconst answer = await governedRagAnswerWorkflow.execute({\n    query: 'What were Q3 revenue drivers?',\n    indexName: 'financial-reports',\n    rerankTopK: 5,\n})\n// → Returns: Synthesized answer + source citations + confidence score"}]}}