SiftingIO MCP Server
@SiftingIO
关于 SiftingIO MCP Server
MCP server for connecting AI agents to real-time and historical market data, including symbol lookup, live prices, OHLCV, fundamentals, market hours, and market news.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"siftingio": {
"command": "siftingio-mcp",
"env": {
"SIFTING_API_KEY": "sft_..."
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is SiftingIO MCP Server?
SiftingIO MCP Server is a Model Context Protocol server that gives AI agents structured access to financial market data. It exposes market data as explicit tools—such as symbol lookup, live snapshots, real‑time prices, historical OHLCV, market hours, fundamentals, and news—so agents can request the right dataset with the correct symbol and receive structured JSON responses. It is designed for developers building financial AI agents, research assistants, market intelligence tools, portfolio copilots, trading dashboards, and automated reporting systems.
How to use SiftingIO MCP Server?
Install the server from its GitHub repository (https://github.com/SiftingIO/siftingio-mcp-python) and configure it with your SiftingIO API credentials. Enable the desired market data categories (e.g., US equities, forex, crypto, commodities, fundamentals, market news) based on your SiftingIO plan. The server then exposes MCP tools that the agent framework can call for data retrieval.
Key features of SiftingIO MCP Server
- Symbol lookup, live snapshots, real‑time prices, and historical OHLCV
- Market hours/status and fundamentals for stocks, forex, crypto, commodities
- Market news and DEX dataset support
- Structured JSON
其他 分类下的更多 MCP 服务器
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
评论