Axiora
33 tools for Japanese financial data. Financials, ownership trajectories, buyback tracking, board composition, and translated filings for 4,000+ listed companies. Audited XBRL from EDINET, not scrape…
Quick Start
# Connect this server (installs CLI if needed)
npx -y smithery mcp add axiora/japan-financials
# Browse available tools
npx -y smithery tool list axiora/japan-financials
# Get full schema for a tool
npx -y smithery tool get axiora/japan-financials search_companies
# Call a tool
npx -y smithery tool call axiora/japan-financials search_companies '{}'Direct MCP Connection
Endpoint: https://japan-financials--axiora.run.tools
Required config:
apiKey(query) — Your Axiora API key (starts with ax_live_). Get one at axiora.dev
Tools (33)
search_companies— Search for Japanese listed companies by name or code.get_company— Get detailed info for a single company.get_financials— Get financial time series for a company.get_ranking— Get a ranking of companies by financial metric.get_sector_overview— List sectors with company counts, or get stats for a specific sector.get_translations— Get English translations of a Japanese filing.get_sections— Get text sections from a company's annual filing (MD&A, risk factors, etc.).compare_companies— Compare financials of 2-5 companies side by side.screen_companies— Screen companies by financial criteria.get_growth— Get year-over-year growth rates and CAGRs for a company.get_health_score— Get the financial health score (0-100) for a company.search_translations— Full-text search across English translations of Japanese filings.get_health_ranking— Rank companies by financial health score.search_companies_batch— Look up multiple companies at once by code or name.get_peers— Find peer companies in the same sector with similar revenue.get_timeseries— Get time-series data for a financial metric across companies.list_filings— List filings with optional filters.get_buybacks— Get share buyback reports for a company.get_shareholdings— Get large shareholding reports for a company.get_ownership_trajectories— Get ownership trajectories for a company.get_ownership_movers— Get market-wide biggest ownership moves.get_ownership_signals— Get detected ownership signals.get_cross_holdings— Get cross-holding pairs where two companies hold >=5% of each other.get_probability_table— Get the conditional completion table for ownership trajectories.get_capital_allocation— Get capital allocation classification for a company.get_capital_allocation_ranking— Rank companies by capital allocation classification.get_activist_campaigns— Get detected activist campaigns in Japanese companies.get_unwinding_scoreboard— Get cross-holdings that are being unwound.get_board_composition— Get board composition and officer list for a company.get_filing_calendar— Get filing calendar for a month — how many filings per day.get_coverage— Get data coverage statistics — totals, metric availability, freshness.get_voting_results— Get AGM voting results for a company.get_documentation— Get Axiora API documentation, metric definitions, and usage guide.
# Get full input/output schema for a tool
npx -y smithery tool get axiora/japan-financials