Valyu

by valyu-network

Not rated
GitHub

About

Access Valyu's knowledge retrieval and feedback APIs.

Details

Author
valyu-network
Categories
Developer Tools, Knowledge Base, API, Other, AI

Setup

Install Valyu in your MCP client (Claude Desktop, Cursor, Windsurf, and others).

Repository: https://github.com/valyu-network/valyu-mcp-js

Follow the installation instructions in the repository README, then restart your MCP client.

A Model Context Protocol server that provides access to Valyu's knowledge retrieval and feedback APIs. This server enables LLMs to search proprietary and web sources for information and submit feedback on transactions.

-

knowledge- Search proprietary and/or web sources for information

- Required arguments:

- query(string): The question or topic to search for
- search_type(string): Type of sources to search ("proprietary", "web", or "all")
- max_price(number): Maximum allowed price per thousand queries (CPM)

- data_sources(string[]): List of index names to search over
- max_num_results(integer): Number of results returned after reranking
- similarity_threshold(number): Minimum similarity score for included results
- query_rewrite(boolean): Whether to rewrite the query for better performance

feedback- Submit user feedback for a transaction

- Required arguments:

- tx_id(string): Transaction ID to provide feedback for
- feedback(string): User feedback text
- sentiment(string): Sentiment rating ("very good", "good", "bad", "very bad")

docker pull ghcr.io/tiovikram/valyu-mcp-server docker run -i --rm -e VALYU_API_KEY=your-api-key ghcr.io/tiovikram/valyu-mcp-server

- VALYU_API_KEY(required): Your Valyu API key

"mcpServers": { "valyu": { "command": "docker", "args": ["run", "--pull", "--rm", "-i", "-e", "VALYU_API_KEY", "ghcr.io/tiovikram/valyu-mcp-server"], "env": { "VALYU_API_KEY": "<your-valyu-api-key>" } } }
{ "name": "knowledge", "arguments": { "query": "What is quantum computing?", "search_type": "all", "max_price": 0.5, "data_sources": ["valyu/valyu-arxiv", "valyu/valyu-wikipedia"], "max_num_results": 5 } }
{ "name": "feedback", "arguments": { "tx_id": "12345abcdef", "feedback": "The information was very helpful and accurate.", "sentiment": "very good" } }

You can use the MCP inspector to debug the server:

npx @modelcontextprotocol/inspector node dist/index.js

- "Can you search for information about artificial intelligence in medicine?"
- "I'd like to learn about sustainable energy solutions. Can you search for that?"
- "Please help me submit feedback for my transaction with ID TX123456."
- "Find me the latest research on climate change adaptation strategies."

This is a web browser that enables your coding agent, such as Claude Code, to visit websites on your behalf and assist you in identifying bugs or creating UI test cases.

Get access to Kaggle's datasets, models, competitions, notebook and benchmarks.

An MCP server for interacting with Dappier's Retrieval-Augmented Generation (RAG) models.

A Model Context Protocol server that provides access to the connpass users API v2, utilizing Gemini for grounding.

A lightweight Python server for Retrieval-Augmented Generation (RAG) using AWS Lambda. It retrieves knowledge from external data sources like arXiv and PubMed.

Search for scientific publications across ArXiv, ACL Anthology, HuggingFace Datasets, and Semantic Scholar.

Search and access academic paper metadata from Crossref.

MCP server and CLI for managing INCEpTION projects, documents, and exports through the AERO v1 REST API.

Cultural intelligence MCP server providing AI-powered cultural context analysis, localization guidance, and cross-cultural communication insights for 195 countries.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.