From 1d62c32ed91293dfd2751a32c4ac8f0bfaa2f206 Mon Sep 17 00:00:00 2001 From: vincentpamenter-ai Date: Mon, 29 Jun 2026 15:51:00 +0100 Subject: [PATCH 1/3] Create pokewealth.json --- src/src/servers/pokewealth.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/src/servers/pokewealth.json diff --git a/src/src/servers/pokewealth.json b/src/src/servers/pokewealth.json new file mode 100644 index 0000000000..8b13789179 --- /dev/null +++ b/src/src/servers/pokewealth.json @@ -0,0 +1 @@ + From 9b17a313a14cb322caf6cc469d61e8afb38d4741 Mon Sep 17 00:00:00 2001 From: vincentpamenter-ai Date: Mon, 29 Jun 2026 15:51:45 +0100 Subject: [PATCH 2/3] Update pokewealth.json --- src/src/servers/pokewealth.json | 39 ++++++++++++++++++++++++++++++++- 1 file changed, 38 insertions(+), 1 deletion(-) diff --git a/src/src/servers/pokewealth.json b/src/src/servers/pokewealth.json index 8b13789179..a3b5e8a247 100644 --- a/src/src/servers/pokewealth.json +++ b/src/src/servers/pokewealth.json @@ -1 +1,38 @@ - +{ + "name": "PokeWealth", + "description": "Live Pokémon card Oracle pricing, market caps (median PSA10 × population), and grading ROI calculator. Read-only MCP server for collection valuation and investment signals.", + "author": "PokeWealth Ltd", + "homepage": "https://pokewealth.com", + "repository": "https://github.com/pokewealth/mcp-server", + "documentation": "https://pokewealth.com/developers", + "runtime": "streamable-http", + "url": "https://naxpujvoxgemkuctvfzz.supabase.co/functions/v1/mcp-server", + "authentication": "optional", + "authenticationDescription": "Optional API key (bearer token) for higher rate limits. Free tier works without authentication.", + "tools": [ + { + "name": "search_cards", + "description": "Search PokeWealth's catalog for Pokémon cards by name. Returns slug, set, image, Oracle price, and market cap." + }, + { + "name": "get_card_price", + "description": "Get current Oracle price, fair value range, 7/30/90-day changes, and BUY/SELL/HOLD signal." + }, + { + "name": "get_market_cap", + "description": "Get market cap (median PSA10 × population), rank, and cap status." + }, + { + "name": "get_top_100", + "description": "Get PokeWealth's Top 100 ranking by market cap with optional filters." + }, + { + "name": "get_oracle_signal", + "description": "Get BUY/SELL/HOLD investment signal with fair-value bounds and confidence." + }, + { + "name": "should_i_grade", + "description": "Estimate whether grading a raw card is worthwhile. Returns GRADE/DONT_GRADE/BORDERLINE with ROI." + } + ] +} From 2b90909cfbb6beca9d81c5ba0d0a7927636460fb Mon Sep 17 00:00:00 2001 From: vincentpamenter-ai Date: Mon, 29 Jun 2026 15:52:27 +0100 Subject: [PATCH 3/3] Add PokeWealth MCP server