ROASTED
99-cent text pressure tests with human-confirmed checkout and paid-result retrieval.
Should I use this
Quality & Safety
A
Based on automated analysis of tool definitions and protocol compliance.
Context Cost
~343Tokens (tool definitions)
~640 BTypical response size
Minimal attention impact (0.27% 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": {
"roasted": {
"url": "https://base44.app/api/apps/699732f3fcb10c954f3abac2/functions/roastedAgentMcp"
}
}
}Remote endpoints
https://base44.app/api/apps/699732f3fcb10c954f3abac2/functions/roastedAgentMcpstreamable-httpWhat it can do
Tool inventory
Tools (3)
🟢 Read-only🟡 Write🔴 Delete⚪ Unknown
🟢get_roast_offer
Read the current ROASTED price, styles and scope. Creates no charge.
Input Schema
{
"type": "object",
"properties": {},
"$schema": "https://json-schema.org/draft/2020-12/schema"
}⚪prepare_roast_checkout(user_confirmed_payment, submitted_text, roast_style, request_id)
After the human explicitly agrees to pay 99 cents, prepare the secure checkout. Checkout creation is not payment proof.
Input Schema
{
"type": "object",
"properties": {
"user_confirmed_payment": {
"type": "boolean",
"const": true
},
"submitted_text": {
"type": "string",
"minLength": 3,
"maxLength": 5000
},
"roast_style": {
"type": "string",
"enum": [
"savage",
"gentle",
"professional"
]
},
"request_id": {
"type": "string",
"maxLength": 240
}
},
"required": [
"user_confirmed_payment",
"submitted_text"
],
"$schema": "https://json-schema.org/draft/2020-12/schema"
}🟢get_roast_result(share_token)
Read the paid roast result using its share token.
Input Schema
{
"type": "object",
"properties": {
"share_token": {
"type": "string",
"minLength": 8
}
},
"required": [
"share_token"
],
"$schema": "https://json-schema.org/draft/2020-12/schema"
}Community
Evidence
Recent observations
verifiedversion not recorded3 tools