DeepSpringAI_search_mcp_server

DeepSpringAI_search_mcp_server

0

parquet_mcp_server is a Model Control Protocol server designed for performing web searches and extracting similar content. It integrates with Claude Desktop to offer web search and similarity search functionalities, making it ideal for applications needing advanced search capabilities.

parquet_mcp_server

A powerful MCP server that provides tools for performing web searches and finding similar content. This server is designed to work with Claude Desktop and offers two main functionalities:

  • Web Search: Perform a web search and scrape results
  • Similarity Search: Extract relevant information from previous searches

Usage with Claude Desktop

Add it to your Claude Desktop configuration file under mcpServers to run commands using uv.

Available Tools

  1. Search Web: Perform a web search and scrape results. Required parameters: queries. Optional parameters: page_number.
  2. Extract Info from Search: Extract relevant information from previous searches. Required parameters: queries.

Testing the MCP Server

The project includes a comprehensive test suite in the src/tests directory. You can run all tests or individual tests using the provided test scripts.

Troubleshooting

  • Check SSL settings if SSL errors occur.
  • Ensure the Ollama server is running for embedding issues.
  • Verify file existence and permissions for DuckDB and PostgreSQL conversion issues.