tdnet-disclosure-mcp
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) | 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
Related MCP server: edinet-mcp
Installation
pip install tdnet-disclosure-mcpConfiguration
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 serveMCP 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
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
Alicense-qualityFmaintenanceMCP Server for public disclosure information of Korean companies, powered by the dartpoint.ai API.Last updated3Apache 2.0- Flicense-qualityDmaintenanceAn MCP server that interfaces with the Japanese EDINET API v2 to search, download, and extract text from financial disclosure documents. It enables users to browse disclosure lists, retrieve document originals, and perform natural language searches for specific financial filings.Last updated
- AlicenseAqualityCmaintenanceMCP server for searching Japanese Diet bills and committee Q\&A records via the NDL Kokkai API.Last updated4181MIT
- AlicenseAqualityDmaintenanceMCP server enabling full-text search of Japanese corporate IR filings (EDINET) via AI agents, supporting local SQLite FTS5 indexing and hosted beta API.Last updated5MIT
Related MCP Connectors
Read-only MCP server for searching Japan government procurement bid information from the KKJ portal.
Remote MCP for Japan's EDINET DB — 3,800 listed companies' financials & filings (OAuth)
Query SEC EDGAR filings, XBRL financials, and company data through MCP. STDIO & Streamable HTTP.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/ajtgjmdjp/tdnet-disclosure-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server