MCP implementation of our standard Semantic Search API for Macroeconomic Data
- Lambda Capture API key
- for MCP Typescript: Node.js 18+ (includes npx and npm)
- for MCP Python: Python 3.11+
- Clone the repo
npm install
to install the dependenciesnpm run build
to build the project
python -m venv .venv
create virtual environmentsource .venv/bin/activate
activate virtual environmentpip install -r requirements.txt
install the dependencies
Go to Claude -> Settings -> Developer -> Edit Config. Add the following to your claude_desktop_config.json
{
"mcpServers": {
"lambda-capture": {
"command": "node",
"args": [
"/Absolute Path to/mcp-server/dist/index.js"
],
"env": {
"LAMBDA_CAPTURE_API_KEY": "Your API Key string"
},
"description": "Runs the Python MCP with Lambda Capture Macroeconomic Data API"
}
}
}
{
"mcpServers": {
"lambda-capture-mcp": {
"command": "/Absolute Path to/.venv/bin/python",
"args": [
"/Absolute Path to/mcp-server/main.py"
],
"env": {
"LAMBDA_CAPTURE_API_KEY": "Your API Key string"
},
"description": "Runs the Python MCP with Lambda Capture Macroeconomic Data API"
}
}
}
© 2025 Lambda Capture Limited (Registration Number 15845351) 52 Tabernacle Street, London, EC2A 4NJ - All rights reserved