tdnet-disclosure-mcp
MCP server for Japan's TDnet (Timely Disclosure network). Search and retrieve timely disclosure documents from listed companies on Japanese stock exchanges.
README
tdnet-disclosure-mcp
Model Context Protocol (MCP) server for TDNET timely disclosures (適時開示) from the Tokyo Stock Exchange (JPX/TSE). Access earnings reports (決算短信), dividend announcements, buyback disclosures, forecast revisions, and more — no API key required.
Part of the Japan Finance Data Stack: edinet-mcp (securities filings) | tdnet-disclosure-mcp (timely disclosures) | estat-mcp (government statistics) | boj-mcp (Bank of Japan) | stockprice-mcp (stock prices & FX)
Features
- 4 MCP Tools: get_latest_disclosures, search_disclosures, get_company_disclosures, get_disclosures_by_date
- No authentication required - uses free public API
- Auto-categorization: earnings (決算短信), dividends, forecast revisions, buybacks, governance
- CLI: latest, search, company, by-date, test, serve
Installation
pip install tdnet-disclosure-mcp
Configuration
No API key required. Add to Claude Desktop config:
{
"mcpServers": {
"tdnet": {
"command": "uvx",
"args": ["tdnet-disclosure-mcp", "serve"]
}
}
}
CLI Usage
# Get latest disclosures
tdnet-disclosure-mcp latest
tdnet-disclosure-mcp latest --limit 50
# Search disclosures
tdnet-disclosure-mcp search "トヨタ"
tdnet-disclosure-mcp search "決算短信"
# Get company disclosures
tdnet-disclosure-mcp company 7203
# Get disclosures by date
tdnet-disclosure-mcp by-date 2026-02-14
# Test API connection
tdnet-disclosure-mcp test
# Start MCP server
tdnet-disclosure-mcp serve
MCP Tools
get_latest_disclosures
Get the most recent TDNET disclosures.
Parameters:
limit: Maximum results (1-300, default: 50)
search_disclosures
Search by keyword (company name, stock code, or title).
Parameters:
keyword: Search keywordlimit: Maximum results (1-100, default: 20)
get_company_disclosures
Get disclosures for a specific company.
Parameters:
code: 4-digit stock codelimit: Maximum results (1-300, default: 50)
get_disclosures_by_date
Get all disclosures for a specific date.
Parameters:
target_date: Date in YYYY-MM-DD format
Disclosure Categories
| Category | Japanese | Examples |
|---|---|---|
| earnings | 決算短信 | Quarterly/annual earnings reports |
| dividend | 配当 | Dividend changes |
| forecast_revision | 業績予想修正 | Earnings forecast revisions |
| buyback | 自社株買い | Share buyback announcements |
| offering | 増資/新株 | Stock offerings |
| governance | ガバナンス | Corporate governance, board changes |
| other | その他 | Other disclosures |
Data Attribution & Disclaimer
Data provided by Yanoshin Web API. Not affiliated with JPX/TSE or Yanoshin. Verify against official TDNET sources.
License
Apache-2.0
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.