PJELLY Deals
Honest buying guides for crypto exchanges and hardware wallets, with disclosed affiliate links.
Should I use this
Quality & Safety
A
Based on automated analysis of tool definitions and protocol compliance.
Context Cost
~355Tokens (tool definitions)
~799 BTypical response size
Minimal attention impact (0.28% of 128k context)
This is the approximate number of tokens consumed each time the server's tools are loaded into a model's context. Higher counts reduce the attention available for other tasks.
Install
One-Click Install
Add this to your `claude_desktop_config.json` file:
{
"mcpServers": {
"deals": {
"url": "https://www.peanutbutterjelly.io/mcp"
}
}
}Remote endpoints
https://www.peanutbutterjelly.io/mcpstreamable-httpWhat it can do
Tool inventory
Tools (3)
🟢 Read-only🟡 Write🔴 Delete⚪ Unknown
🟢search_deals(query, category)
Search PeanutButterJelly.io's crypto exchange and hardware wallet offers by keyword.
Input Schema
{
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "Keywords, e.g. 'beginner exchange' or 'bluetooth wallet'."
},
"category": {
"type": "string",
"enum": [
"exchange",
"hardware_wallet"
],
"description": "Optional category filter."
}
},
"required": [
"query"
],
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
}🟢get_deal(id)
Get the full record for one offer by id (e.g. coinbase-exchange, ledger-flex).
Input Schema
{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Offer id from search_deals or /deals.json."
}
},
"required": [
"id"
],
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
}🟢get_buying_guide(topic)
Plain-text summary of the PeanutButterJelly.io crypto exchange or cold wallet guide page.
Input Schema
{
"type": "object",
"properties": {
"topic": {
"type": "string",
"enum": [
"crypto_exchange",
"cold_wallet"
],
"description": "Which guide to summarize."
}
},
"required": [
"topic"
],
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
}Community
Evidence
Recent observations
verifiedversion not recorded3 tools