# timeslope

### TimeSlope MCP Server

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add sourabh/timeslope

# Browse available tools
npx -y smithery tool list sourabh/timeslope

# Get full schema for a tool
npx -y smithery tool get sourabh/timeslope get_research_plan

# Call a tool
npx -y smithery tool call sourabh/timeslope get_research_plan '{}'
```

## Direct MCP Connection

Endpoint: `https://timeslope--sourabh.run.tools`

## Tools (2)

- `get_research_plan` — Get a research plan for answering a question.
- `execute_step_from_research_plan` — Query the multiple tools to answer a question about the St. Louis Federal Reserve Economic Database (FRED).

```bash
# Get full input/output schema for a tool
npx -y smithery tool get sourabh/timeslope <tool-name>
```
