iwantmymtg-mcp 0.3.0 → 0.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -0
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -4,6 +4,8 @@ An [MCP](https://modelcontextprotocol.io) server for [I Want My MTG](https://iwa
|
|
|
4
4
|
|
|
5
5
|
> Status: v0 scaffold. The set of tools below is the v1 surface; coverage will expand to match the API.
|
|
6
6
|
|
|
7
|
+

|
|
8
|
+
|
|
7
9
|
## What you can do
|
|
8
10
|
|
|
9
11
|
- **Anonymous (no key):** search cards, look up a card by set+number, get current prices and 30-day price history, list sets and their cards, list sealed products.
|
package/package.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "iwantmymtg-mcp",
|
|
3
|
-
"
|
|
3
|
+
"mcpName": "io.github.matthewdtowles/iwantmymtg-mcp",
|
|
4
|
+
"version": "0.3.1",
|
|
4
5
|
"description": "MCP server for I Want My MTG - query cards/sets and manage your collection from Claude Desktop, Claude Code, Cursor, and other MCP clients.",
|
|
5
6
|
"type": "module",
|
|
6
7
|
"bin": {
|