generated: '2026-07-22' method: derived source: openapi/marketaux-openapi.yml status: candidate summary: >- No official hosted or remote Model Context Protocol (MCP) server was found for Marketaux (no MCP docs, no @marketaux npm scope, no GitHub organization, no registry listing). The following candidate tool set is DERIVED from the ten documented Marketaux v1 operations as a proposal for an agent-facing MCP surface. Not published by Marketaux. server: null transport: null auth: type: apiKey query: api_token candidate_tools: - name: get_all_news maps_to: GET /v1/news/all source_operation: openapi/marketaux-openapi.yml#getAllNews description: >- Get the latest global financial news, filterable by entity symbols, types, industries, countries, sentiment, full-text search, sources, language, and publish dates. - name: get_similar_news maps_to: GET /v1/news/similar/{uuid} source_operation: openapi/marketaux-openapi.yml#getSimilarNews description: Find stories similar to a specific article by its UUID. - name: get_news_by_uuid maps_to: GET /v1/news/uuid/{uuid} source_operation: openapi/marketaux-openapi.yml#getNewsByUuid description: Retrieve a specific article by its UUID. - name: get_news_sources maps_to: GET /v1/news/sources source_operation: openapi/marketaux-openapi.yml#getNewsSources description: List news sources usable in the domains/source_ids filters. - name: get_entity_stats_intraday maps_to: GET /v1/entity/stats/intraday source_operation: openapi/marketaux-openapi.yml#getEntityStatsIntraday description: >- Time-series entity performance stats (document counts + average sentiment) by minute, hour, day, week, month, quarter, or year. Requires Standard plan or above. - name: get_entity_stats_aggregation maps_to: GET /v1/entity/stats/aggregation source_operation: openapi/marketaux-openapi.yml#getEntityStatsAggregation description: >- Aggregated entity performance stats for a single time frame. Requires Standard plan or above. - name: get_trending_entities maps_to: GET /v1/entity/trending/aggregation source_operation: openapi/marketaux-openapi.yml#getTrendingEntities description: Identify trending entities over a chosen time frame. Requires Standard plan or above. - name: search_entities maps_to: GET /v1/entity/search source_operation: openapi/marketaux-openapi.yml#searchEntities description: Search the 200,000+ supported entities (symbols, names, types, industries, exchanges, countries). - name: list_entity_types maps_to: GET /v1/entity/type/list source_operation: openapi/marketaux-openapi.yml#listEntityTypes description: List all supported entity types. - name: list_entity_industries maps_to: GET /v1/entity/industry/list source_operation: openapi/marketaux-openapi.yml#listEntityIndustries description: List all supported entity industries.