You're viewing a demo portfolio

Join the waitlist
PRSM

fred_search

Active

Tool of Fred

declared in 0.1.0

Search for economic data series by keyword. Returns series IDs, titles, and descriptions to identify the right indicator.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "limit": 10,
      "_apiKey": "your-fred-api-key",
      "search_text": "mortgage rate"
    },
    {
      "_apiKey": "your-fred-api-key",
      "order_by": "popularity",
      "sort_order": "desc",
      "search_text": "unemployment"
    }
  ],
  "required": [
    "search_text",
    "_apiKey"
  ],
  "properties": {
    "limit": {
      "type": "number",
      "description": "Max results to return (1-1000, default 20)"
    },
    "_apiKey": {
      "type": "string",
      "description": "FRED API key"
    },
    "order_by": {
      "type": "string",
      "description": "Order results by: search_rank, series_id, title, units, frequency, seasonal_adjustment, realtime_start, realtime_end, last_updated, observation_start, observation_end, popularity, group_popularity. Default: search_rank"
    },
    "sort_order": {
      "type": "string",
      "description": "Sort direction: asc or desc. Default: asc for search_rank"
    },
    "search_text": {
      "type": "string",
      "description": "Keywords to search for (e.g., \"mortgage rate\", \"housing starts\")"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Fred

https://github.com/pipeworx-io/mcp-fred

1/7 registries
View full server →
fred_search — Fred — PRSM MCP