← slabfy.com
INDIVIDUAL MCP TOOL
slabfy_sentiment
Get market sentiment for a card subject — a player, character, or team (e.g.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT 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.slabfy-com]
url = "https://slabfy.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"slabfy-com": {
"type": "http",
"url": "https://slabfy.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: slabfy-com
Remote MCP URL: https://slabfy.com/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": {
"slabfy-com": {
"url": "https://slabfy.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"slabfy-com": {
"type": "http",
"url": "https://slabfy.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "slabfy-com",
"transport": "streamable-http",
"url": "https://slabfy.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
slabfy_card_value— Look up the current cached market value of a sports card or collectible from Slabfy's Intel Engine.slabfy_grade_ladder— Return the cross-grade price matrix for a card from Slabfy's Intel Engine cache.slabfy_liquidity— Return cached liquidity metrics for a specific card from Slabfy's Intel Engine.slabfy_evaluate_purchase— Return a BUY / HOLD / SELL verdict for a card at a given asking price, using Slabfy's Intel Engine cached verdict + rollups.slabfy_search_cards— Search Slabfy's global card database to find cards by player name, year, set, card number, grade, or variant.