INDIVIDUAL MCP TOOL
spellbook_sealed_product_offers
Inspect one exact TCG product ID's sealed offers and their source times.
LIVE ENDPOINT
https://api.spellbook-finance.com/mcp
Connect to this endpoint to inspect the live schema for spellbook_sealed_product_offers and invoke it with your own arguments.
Indexed 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 server
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.spellbook-finance]
url = "https://api.spellbook-finance.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"spellbook-finance": {
"type": "http",
"url": "https://api.spellbook-finance.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: spellbook-finance
Remote MCP URL: https://api.spellbook-finance.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": {
"spellbook-finance": {
"url": "https://api.spellbook-finance.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"spellbook-finance": {
"type": "http",
"url": "https://api.spellbook-finance.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "spellbook-finance",
"transport": "streamable-http",
"url": "https://api.spellbook-finance.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
spellbook_guides— Find a cataloged SpellBook Finance customer-agent guide for seller setup and onboarding, selling, pricing, sealed EV, or choosing a card or sealed-product strategy for a budget and workload.spellbook_skill— Read the step-by-step procedure SpellBook Finance wrote for a whole customer task, in full.spellbook_pull_work— Read a page of SpellBook's current fulfillment work, grouped by marketplace order.spellbook_buy_targets— Return a bounded source-order page of materialized TCGplayer-to-Card-Kingdom rows with an opaque nextCursor for complete traversal.spellbook_buy_outcome_report— Score every closed buy decision in one workspace against its immutable prediction and a fixed equal-weight printing basket.spellbook_printings_search— Find the exact printing of a card before recording a physical copy or forming a price.spellbook_movers— Read which card printings changed price the most over one window: daily, weekly, 30d or 90d.spellbook_box_ev_rankings— Read sealed-product EV rankings, defaulting to the highest modeled EV ratio first.