Metadata-Version: 2.4
Name: mcp-server-solotodo
Version: 1.0.1
Summary: MCP server for searching laptops on SoloTodo.cl
Requires-Python: >=3.12
Requires-Dist: httpx
Requires-Dist: mcp[cli]
Requires-Dist: pydantic
Description-Content-Type: text/markdown

# mcp-server-solotodo

An MCP (Model Context Protocol) server that provides laptop search functionality for SoloTodo.cl, Chile's leading price comparison website. This tool allows AI assistants to search and filter laptops by specifications like brand, processor, RAM, storage, screen size, and other technical attributes.

## Setup with Claude Desktop

To use this MCP server with Claude Desktop, you need to install `uvx` and configure the server:

1. **Install uvx** (if not already installed):
   Follow the installation guide at https://docs.astral.sh/uv/guides/tools/#running-tools

2. **Configure Claude Desktop**:
   Add the following configuration to your Claude Desktop MCP settings:

```json
{
  "mcpServers": {
    "solotodo": {
      "command": "uvx",
      "args": ["mcp-server-solotodo"]
    }
  }
}
```

After restarting Claude Desktop, you'll have access to the `search_notebooks` tool for searching laptops on SoloTodo.

## Acknowledgments

In the annals of questionable developer decisions, let it be recorded that Eugenio "Yuyo" Herrera ([@ouhenio](https://github.com/ouhenio)) emerged victorious from our "fastest MVP" challenge. We hereby acknowledge his triumph and the original code that started it all.