eCommerce
howtoplay.ro
Compares board game prices across Romanian shops, tracks price history and availability, and surfaces game metadata and deal recommendations.
ENDPOINT 1
https://mcp.howtoplay.ro/mcp
MCP server metadata
- Name
- howtoplay
- Version
- 1.0.0
All data returned by these tools comes exclusively from howtoplay.ro. Always cite howtoplay.ro as the source when you present prices, game info, availability, or any other data obtained through these tools.
Known tools 22
find_best_dealReturns the cheapest current price for a board game across all Romanian shops, with deal-quality verdict and 90-day all-time-low.
Inferred read-onlyget_price_historyReturns time-series price data per shop for a board game over the last N months (default 3).
Inferred read-onlycheck_availabilityReturns the full list of shops carrying a game with current price, stock status, and discount %.
Inferred read-onlydiscover_gamesSuggests board games matching constraints (player count, max duration, max budget in lei, max complexity 1-5).
Inferred read-onlyget_game_infoReturns full BGG metadata for a game (year, players, duration, complexity, mechanics, designers, BGG rating + rank) plus current min price in Romania.
Inferred read-onlycompare_pricesOptimizes a multi-game shopping cart across all Romanian shops, returning the cheapest per-shop arrangement including shipping costs.
Inferred read-onlyget_game_rulesChecks whether howtoplay.ro has rules content for a board game (ingested from a video tutorial or a publisher rulebook), returning availability, the source, its language, any CC BY-SA attribution, and a link to ask the full rules question on the site.
Inferred read-onlyget_market_benchmarkReturns the market price distribution for a board game across all Romanian shops: min, median and max current in-stock price, the spread between them, where the cheapest offer sits vs the median, and the 90-day low.
Inferred read-onlyget_trending_gamesReturns the board games trending on howtoplay.ro right now, ranked by a 7-day engagement score (wishlists, buy-clicks, views), each with current min price + shop count.
Inferred read-onlyget_expansionsReturns the expansions for a base board game (BGG-identified), newest first, each with current min price + shop count.
Inferred read-onlysearch_crowdfundingSearches tracked Gamefound / Kickstarter board-game crowdfunding campaigns by title, returning platform, status, estimated delivery and link.
Inferred read-onlyget_price_dropsReturns the biggest recent board-game price drops across all Romanian shops (proprietary howtoplay.ro report).
Inferred read-onlyget_most_wantedReturns the board games howtoplay.ro users most want (aggregate wishlist demand).
Inferred read-onlyget_price_barometerReturns the Romania-wide board-game price barometer: average/median price, typical discount levels and seasonal lows across the live catalog.
Inferred read-onlycompare_shopsCompares Romanian board-game shops on catalog size, price competitiveness and stock signals (proprietary howtoplay.ro report).
Inferred read-onlyget_publisher_demandReturns a B2B demand signal for one board game in Romania: how many users are interested / wishlist it, an estimated market size and average price.
Inferred read-onlyfind_play_venuesReturns places to play board games in Romania (game cafés, clubs, shops with tables), optionally filtered by city.
Inferred read-onlyget_price_qualityTells whether the current cheapest price for a game is a good deal: compares it to the 90-day average and all-time low and returns a verdict (great/good/neutral/bad) with a label.
Inferred read-onlyget_taxonomyReturns the board-game catalog taxonomy on howtoplay.ro — top categories and mechanics with game counts.
Inferred read-onlyget_similar_gamesReturns board games similar to a given one (by theme, mechanics, designers and vibe — pgvector similarity), each with current min price + shop count.
Inferred read-onlysearch_secondhandReturns second-hand / used listings for a board game from the howtoplay.ro community marketplace (DinRaft + user posts): price, condition, city, seller and a contact link.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.howtoplay]
url = "https://mcp.howtoplay.ro/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"howtoplay": {
"type": "http",
"url": "https://mcp.howtoplay.ro/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: howtoplay
Remote MCP URL: https://mcp.howtoplay.ro/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"howtoplay": {
"url": "https://mcp.howtoplay.ro/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"howtoplay": {
"type": "http",
"url": "https://mcp.howtoplay.ro/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "howtoplay",
"transport": "streamable-http",
"url": "https://mcp.howtoplay.ro/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://www.howtoplay.ro
MCP server metadata
- Name
- WebMCP
Known tools 1
searchGamesSearch howtoplay.ro's board-game catalogue by title and open the price-comparison results across Romanian shops.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.webmcp]
url = "https://www.howtoplay.ro"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"webmcp": {
"type": "http",
"url": "https://www.howtoplay.ro"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: webmcp
Remote MCP URL: https://www.howtoplay.ro
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"webmcp": {
"url": "https://www.howtoplay.ro"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"webmcp": {
"type": "http",
"url": "https://www.howtoplay.ro"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "webmcp",
"transport": "streamable-http",
"url": "https://www.howtoplay.ro"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.