Financial Modeling Prep

getFMPArticles

Access the latest articles from Financial Modeling Prep with the FMP Articles API. Get comprehensive updates including headlines, snippets, and publication URLs.

Remote cfocoder/financial-modeling-prep-mcp-server

Other tools also called getFMPArticles? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "page": {
      "type": "number",
      "description": "Page number (default: 0)"
    },
    "limit": {
      "type": "number",
      "description": "Limit on number of results (default: 20)"
    }
  }
}