Skip to main content
Get $10 free credits ($20 with a work email) when you sign up at Valyu. Usable across every source. No card required.
Best for: using Valyu yourself. Connect Valyu to Claude, Cursor, or any MCP client over the hosted server.

Paste into your AI assistant to wire up the Valyu remote MCP server.

Open in Cursor
Valyu MCP Server enables AI assistants like Claude to perform real-time searches through the Valyu Search API, allowing them to access up-to-date information from the web, academic journals and textbooks, and financial data. It is open-source, checkout GitHub.

Remote Valyu MCP

Connect directly to Valyu’s hosted MCP server (instead of running it locally).

Remote Valyu MCP URL

Get your API key from platform.valyu.ai/user/account/apikeys.

Copy Your MCP URL

The easiest way to connect your AI assistant to Valyu is to copy your personalized MCP URL directly from the Valyu Platform. It comes pre-filled with your API key, just copy and paste it into your client.
Valyu MCP Server URL on the platform

Copy your MCP URL from the Valyu Platform and paste it into your AI client

Claude Connector Integration

Add the Valyu MCP server to Claude. Add it as a custom connector. Go to claude.ai/settings/connectorsAdd custom connectorPaste URL → Done!

OpenAI Responses API

This is how to try out the Valyu MCP server in the OpenAI playground. Easily hook up the Valyu MCP server to the OpenAI Responses API:

Available Tools

Valyu MCP provides 11 specialized tools for comprehensive information retrieval across multiple domains: Most tools take a query string and an optional max_num_results (1-20, up to 100 with a special API key). A few have extras:
Covers 10-K, 10-Q, 8-K, and Form 4 insider transactions. response_length controls content size: "short" (~25k chars), "medium" (~50k, default), "large" (~100k), "max" (up to ~400k, complete filings). Searchable across MD&A, risk factors, business strategy, financial condition, and legal proceedings.
Takes company (name, ticker, or domain) and an optional sections array: summary, leadership, products, funding, competitors, filings, financials, news, insiders. Returns a cited markdown report; queries sections in parallel and adapts to public vs private companies.
Takes a urls array (max 10 per request) and returns clean markdown with metadata.
valyu_datasources lists available datasets (optionally filtered by category) with schemas and pricing. valyu_datasources_categories lists every category with dataset counts.
Once connected, ask your assistant in natural language - “Tesla’s latest 10-K MD&A section”, “clinical trials for CAR-T therapy in lymphoma”, “US unemployment rate trends 2024”, or “research the company Anthropic”. The assistant picks the right tool.

Transport

Uses HTTP/SSE transport (JSON-RPC over HTTP with Server-Sent Events) for OpenAI Responses API compatibility, streaming responses, and stateless auth via URL parameters.

Pricing

Valyu MCP operates on a usage-based pricing model through the Valyu API. You can control costs by setting the maxPrice parameter in the URL.

Cost Control

Set the maxPrice parameter to limit spending per search operation:
  • Optional: Only applies when provided. If not provided, adjusts automatically based on search type and max number of results
  • Minimum: 1 CPM ($0.01) minimum cost per search
  • Recommended: 30-100 CPM ($0.03-$0.10) for most use cases
Visit Valyu Pricing for detailed cost information.

Additional Resources

Valyu Platform

Get your API key and free credits

Documentation

Explore the full Valyu API documentation

Blog

Read about our latest updates

GitHub

View source code and contribute

Support