PluginBench
MCP Server
Active

io.github.oscarlopez-gif/argentina-price-index MCP Server

io.github.oscarlopez-gif/argentina-price-index

What is the io.github.oscarlopez-gif/argentina-price-index MCP server?

Daily Argentina food & beverage price index, source-cited from public retailer prices.

How to install io.github.oscarlopez-gif/argentina-price-index

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "argentina-price-index": {
      "url": "https://api.oscar-lopez.com/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "argentina-price-index": {
      "serverUrl": "https://api.oscar-lopez.com/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "argentina-price-index": {
      "type": "http",
      "url": "https://api.oscar-lopez.com/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "argentina-price-index": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://api.oscar-lopez.com/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http argentina-price-index https://api.oscar-lopez.com/mcp

Related MCP servers

Source-cited data-handling comparison of 11 AI vendors: training, retention, opt-out.

0
TypeScript
View repository →