Metadata-Version: 2.4
Name: toolmash-exchangerate-api-mcp-plugin-mcp
Version: 1.0.0
Summary: Real-time currency exchange rates
Project-URL: Homepage, https://toolmash.cn
Project-URL: Repository, https://github.com/toolmash/exchangerate-api-mcp-plugin-mcp
Project-URL: Documentation, https://toolmash.cn/plugins/exchangerate-api-mcp-plugin-mcp
Author-email: ToolMash <hello@toolmash.cn>
License: MIT
Keywords: ai,mcp,model-context-protocol,toolmash
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.10
Requires-Dist: httpx>=0.28.0
Requires-Dist: mcp>=1.0.0
Description-Content-Type: text/markdown

# ExchangeRate-API MCP Plugin

_Real-time currency exchange rates_

## Install

```bash
uvx toolmash-exchangerate-api-mcp-plugin-mcp
```

## Available Tools

  - `get_latest_exchange_rates`
  - `get_rates_for_base_currency`

## Configuration

Set environment variables for API access:

```bash
export MCP_BASE_URL="https://api.example.com"
```

## Usage with Claude Desktop

Add to `claude_desktop_config.json`:

```json
{
  "mcpServers": {
    "exchangerate-api-mcp-plugin-mcp": {
      "command": "uvx",
      "args": ["toolmash-exchangerate-api-mcp-plugin-mcp"]
    }
  }
}
```

## Usage with WorkBuddy

Add to MCP config:

```json
{
  "mcpServers": {
    "exchangerate-api-mcp-plugin-mcp": {
      "command": "uvx",
      "args": ["toolmash-exchangerate-api-mcp-plugin-mcp"]
    }
  }
}
```

---

Generated by [ToolMash Plugin Factory](https://toolmash.cn) | [More AI tools →](https://toolmash.cn)
