Skip to main content
Glama

Financial News and Notes MCP Server

MIT License
129
199
  • Apple
  • Linux
pain-method-gain.html2.75 kB
<!DOCTYPE html> <html lang="zh-CN"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <title>FinanceMCP 痛点-方案-收益</title> <link rel="preconnect" href="https://cdn.jsdelivr.net" /> <style> html, body { height: 100%; margin: 0; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'PingFang SC', 'Noto Sans CJK SC', 'Microsoft YaHei', sans-serif; } .container { box-sizing: border-box; padding: 16px; max-width: 1200px; margin: 0 auto; } h1 { font-size: 20px; font-weight: 600; margin: 12px 0 16px; } .card { background: #fff; border: 1px solid #e5e7eb; border-radius: 8px; padding: 12px; box-shadow: 0 1px 2px rgba(0,0,0,.04); } .note { color: #6b7280; font-size: 12px; margin-top: 8px; } .mermaid { /* 控制图宽高与紧凑度 */ --mermaid-font-family: inherit; } </style> <script type="module"> import mermaid from 'https://cdn.jsdelivr.net/npm/mermaid@10/dist/mermaid.esm.min.mjs'; mermaid.initialize({ startOnLoad: true, theme: 'default' }); </script> </head> <body> <div class="container"> <h1>FinanceMCP:痛点 → 方法 → 直接收益</h1> <div class="card"> <div class="mermaid"> flowchart TB %% 三行四列(竖直流程,列对齐) subgraph Pain[现状痛点] direction LR P1[可靠性低<br/>结构多变/反爬/限流/噪声/时效差] P2[效率低<br/>多跳检索-解析-清洗/延迟高/口径难复用] P3[可溯源差<br/>来源分散/字段不统一/复盘审计困难] P4[安全性弱<br/>易触发风控/封禁/缺少权限与速率治理] end subgraph Method[我们的方法(MCP + 接口)] direction LR M1[统一协议<br/>MCP 工具抽象“可调用能力”] M2[权威数据源<br/>Tushare/交易所/加密,结构化可版本] M3[高效稳健<br/>Token透传/指标扩窗/HTTP+SSE保活] M4[可审计<br/>固定入参出参,易复现/对比/留痕] end subgraph Gain[直接收益] direction LR G1[准确一致<br/>统一财务与指标口径] G2[低时延/低成本<br/>少跳直达/一次计算到位] G3[安全合规<br/>令牌治理/速率控制/服务端隔离] G4[易扩展<br/>新增能力=新增工具/前端与 Prompt 零改] end P1 --> M1 --> G1 P2 --> M2 --> G2 P3 --> M3 --> G3 P4 --> M4 --> G4 </div> <div class="note">提示:可直接双击节点文本复制,或调整浏览器缩放以适配展示。</div> </div> </div> </body> </html>

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/guangxiangdebizi/my-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server