Nordic Financial MCP
Related Servers
Alternatives to Nordic Financial MCP
- FlicenseAqualityDmaintenanceProvides access to SEC filings and detailed XBRL financial data for all publicly traded U.S. companies. It enables users to search for company info, retrieve historical metrics like revenue and assets, and compare financial performance across different industries.61-
- AlicenseAqualityDmaintenanceProvides access to a suite of Nordic data tools covering Danish business records, addresses, weather, and energy prices, alongside Norwegian and Finnish company information. This unified server enables users to query public APIs for regional data across Denmark, Norway, and Finland without requiring individual API keys.335 npm2MIT
Related Servers
- AlicenseNot gradedqualityAmaintenanceFinancial data and research MCP for AI agents: filings with full-text and fact search, statements as reported, earnings, insider and institutional ownership, corporate events, executives, analyst data, company discovery and research signals for US, China and Japan equities. Every figure traced to its filing. Browser sign-in.8MIT
- AlicenseAqualityAmaintenanceAny Norwegian company's revenue, profit, debt and who sits on its board, which companies are going bankrupt, who owns what through group structures, plus house prices, mortgage rates, wages and inflation straight from Statistics Norway. Official registers, no API keys, every answer cites its source.1426 PyPI1MIT
- FlicenseNot gradedqualityNot gradedmaintenanceProvides comprehensive Norwegian business intelligence through Brønnøysund and Statistics Norway APIs, enabling company search, financial analysis, ownership mapping, market research, and automated financial data extraction.-
- FlicenseNot gradedqualityDmaintenanceEnables semantic search and ingestion of investor content using Upstash Vector and Vercel Blob storage, with optional filtering by author, company, and date.-
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to search through structured databases and unstructured content (documents, videos, files) using natural language queries with semantic understanding.MIT
- AlicenseAqualityBmaintenanceConnect AI agents to real-time financial news covering global markets, geopolitics, and company-level events. Search and filter articles by ticker, source, country, and language; every article includes sentiment scores and tagged company entities with tickers and ISINs. Remote server with standard OAuth 2.0, works out of the box with Claude, ChatGPT, Cursor, and any MCP client. Free tier available324 npmMIT
TDQS
Scored across 6 tools
get_company_info and search_filings have contradictory scoping: get_company_info tells you to use search_filings for Swedish company data, while search_filings tells you to use get_company_info instead. Additionally, due_diligence_report is essentially a multi-query wrapper around the same search functionality, creating a boundary question for agents.
Most tools follow a clear verb_noun pattern (get_company_info, search_filings, parse_pdf_to_text, get_current_power_price). The exceptions are ping, which is a standard health-check convention, and due_diligence_report, which is noun-oriented but still recognizable. Overall readable and mostly predictable.
Six tools is a well-scoped count for the described domain: connectivity, structured registry lookup, broad search, PDF processing, a market-specific data tool, and a multi-step report generator. Each tool earns its place without redundancy or bloat.
The surface covers search, company info, full-text PDF access, power prices, and report generation, but there are notable gaps: no structured Swedish company registry support (despite Nordic coverage), no direct way to list all filings for a given company beyond hit-based search, and no tool for retrieving historical power prices except via macro summaries. These gaps can likely be worked around but may cause agent uncertainty.