pypi eansearch-mcp-serverstreamable-httpMITupdated 7mo ago
This official MCP server allows you to access the product database on EAN-Search.org from your AI toolchain.
O que dá para fazer com eansearch mcp server?
A MCP server for EAN-Search.org
This official MCP server allows you to access the product database on EAN-Search.org from your AI toolchain.
This MCP server supports local communication over stdio. If you AI tools already support streamable http, please use our remote MCP server which is much easier to install. See https://www.ean-search.org/blog/mcp-server-for-ai.html
mcp-name: io.github.eansearch/eansearch-mcp-server
Installation
Here is a sample configuration for Claude Desktop (claude_desktop_config.json):
{
"mcpServers": {
"eansearch": {
"command": "c:\\Users\\You\\.local\\bin\\uv.exe",
"args": [
"--directory",
"c:\\PATH\\TO\\eansearch-mcp-server",
"run",
"eansearch-mcp-server.py"
],
"env": {
"EAN_SEARCH_API_TOKEN": "<your API key here>"
}
}
}
}
Instalação
Adicione eansearch mcp server ao seu cliente. Escolha o que você usa.
{
"servers": {
"eansearch-mcp-server": {
"type": "http",
"url": "https://www.ean-search.org/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
claude mcp add eansearch-mcp-server -- uvx eansearch-mcp-servercodex mcp add eansearch-mcp-server -- uvx eansearch-mcp-serveramp mcp add eansearch-mcp-server -- uvx eansearch-mcp-server{
"mcpServers": {
"eansearch-mcp-server": {
"command": "uvx",
"args": [
"eansearch-mcp-server"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"eansearch-mcp-server": {
"command": "uvx",
"args": [
"eansearch-mcp-server"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"mcpServers": {
"eansearch-mcp-server": {
"command": "uvx",
"args": [
"eansearch-mcp-server"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"eansearch-mcp-server": {
"command": "uvx",
"args": [
"eansearch-mcp-server"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"eansearch-mcp-server": {
"command": "uvx",
"args": [
"eansearch-mcp-server"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"eansearch-mcp-server": {
"type": "local",
"command": "uvx",
"args": [
"eansearch-mcp-server"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"eansearch-mcp-server": {
"command": {
"path": "uvx",
"args": [
"eansearch-mcp-server"
]
}
}
}
}Add to your Zed `settings.json`.
uvx eansearch-mcp-serverRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
Pontuação
39 / 100
Incompleta
- Documentação19/25
- Manutenção9/25
- Confiança13/20
- Capacidade0/15
- Instalação15/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 228 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 18 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Histórico de versões
| Versões | Publicada |
|---|---|
| 0.1.0Mais recente | 15 de jan. de 2026 |