mcp_server_sample
Verified Safeby yumjbonddigit
Overview
Accessing financial data and news for bond issuers via BondDigit's MCP server.
Installation
python ./mcp_client.pyEnvironment Variables
- AUTHORIZATION_TOKEN
Security Notes
A hardcoded API token is required to be manually inserted into `mcp_client.py`, which is a significant security risk if the code is shared or committed to version control. The client interacts with an external API (`https://mcpapi.bonddigit.com/sse`) whose server-side code is not provided for audit.
Similar Servers
mcp-aktools
This MCP server provides real-time and historical financial data for stocks and cryptocurrencies, offering search, detailed information retrieval, market overviews, news, and analysis capabilities.
yfinance-mcp
Fetch stock data, news, and financial charts from Yahoo Finance for analysis.
alpha_vantage_mcp
Enables LLMs and agentic workflows to seamlessly interact with real-time and historical stock market data through the Model Context Protocol (MCP).
trading212-mcp-server
This server provides a Model Context Protocol (MCP) interface for seamless data connectivity and advanced interaction capabilities with the Trading212 trading platform.