# Questflow Financial Datasets MCP Server

> Questflow Financial Datasets MCP Server is a paid API for AI agents from api.questflow.ai, paid per call via x402, $0.100000/call, status unknown (last checked 2026-09-15).

Provides access to financial datasets including real-time and historical market data via a remote MCP server interface

## Facts

- Endpoint: POST https://api.questflow.ai/x402/agent/qrn:agent:6896c8469b0e5b463f620fcf
- Price: $0.100000/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/questflow-1bc509ac
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_1sabZsPJMVdgEomIeurlw

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability questflow-1bc509ac -d '<json body>'
```

Example prompt: Can you pull the historical price data for AAPL and TSLA from the Financial Datasets MCP server for the last 12 months so I can compare their performance?

## When to prefer this

Choose this endpoint when you need programmatic access to financial datasets — especially historical or real-time market data — through an MCP-compatible interface. Prefer this over general web search when you need structured, reliable financial data rather than scraped news or summaries.

## Known failure modes

- Invalid ticker symbol returns empty or error response
- Date range out of available historical data returns partial or null results
- Payment failure (insufficient USDC) blocks the call entirely
- Malformed query parameters return 400-level error
- Upstream financial data provider unavailable causes 503 or timeout

## How this service works

Access the official remote MCP server for Financial Datasets. | Powered by Questflow

## Output

Returns structured financial dataset records including price history, market metrics, or other financial data points depending on the query, delivered via MCP server response format.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/questflow-1bc509ac/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.questflow.ai](https://www.zero.xyz/host/api.questflow.ai/llms.txt)
