Overview
Features
Remote MCP Server (streamable HTTP)
A remote, streamable MCP endpoint at https://mcp.lambda-capture.com/v1/mcp/ with status checks, enabling JSON-RPC tool calls such as tools/call and list_tools.
OpenAI Responses API integration
Demonstrates how to use the OpenAI Responses API to call MCP as a tool (type: mcp) within a response, enabling macroeconomic semantic search workflows.
JSON-RPC endpoints (tools/call and list_tools)
Supports JSON-RPC 2.0 methods to invoke semantic search tools and query available tools, accessed via the /v1/mcp/ endpoint.
Claude Desktop App integration
Guides configuring Claude Desktop App to connect to the remote or local MCP server via claude_desktop_config.json, including Node and Python backend configurations.
Local MCP Server - Node setup
Node-based local deployment with prerequisites and steps: npm install and npm run build to run the MCP server locally.
Local MCP Server - Python setup
Python-based local deployment with a virtual environment and dependencies installation (virtualenv, pip install -r requirements.txt).
Context window tuning
Guidance to adjust context size by changing maxTokens (TS) or max_tokens (Python) to fit the model's context window.
Security and API keys
Access is protected via Authorization: Bearer YOUR_ACCESS_TOKEN headers and a Lambda Capture API key.
Who Is This For?
- Developers:Integrate MCP-based macroeconomic semantic search via JSON-RPC and client configs.
- Data scientists:Experiment with semantic macroeconomic data retrieval and tool calls in workflows.
- Analysts:Use remote or local MCP to access macroeconomic forecasts and semantic context.




