Evercraft Deck Capital Fit
Capital-fit research and founder readiness with human-confirmed checkout.
Should I use this
Quality & Safety
Based on automated analysis of tool definitions and protocol compliance.
Context Cost
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": {
"deck-capital-fit": {
"url": "https://base44.app/api/apps/69c5b9c1c4406941ad277ad5/functions/deckEngineMcp"
}
}
}Remote endpoints
https://base44.app/api/apps/69c5b9c1c4406941ad277ad5/functions/deckEngineMcpstreamable-httpWhat it can do
Tool inventory
Tools (3)
🟢get_capital_fit_offer
Read the current $49 bounded capital-research offer. Creates no charge and does not make a financing decision.
Input Schema
{
"type": "object",
"properties": {},
"$schema": "https://json-schema.org/draft/2020-12/schema"
}🟡prepare_capital_fit_checkout(user_confirmed_payment, request_id, company_name, contact_name, contact_email, ...)
After the human explicitly agrees to pay $49, create the bounded capital-research case and secure Polar checkout. Checkout creation is not payment proof.
Input Schema
{
"type": "object",
"properties": {
"user_confirmed_payment": {
"type": "boolean",
"const": true
},
"request_id": {
"type": "string",
"maxLength": 240
},
"company_name": {
"type": "string",
"minLength": 1,
"maxLength": 200
},
"contact_name": {
"type": "string",
"maxLength": 200
},
"contact_email": {
"type": "string",
"maxLength": 320,
"format": "email",
"pattern": "^(?:[A-Za-z0-9_'+\\-]+\\.)*[A-Za-z0-9_'+\\-]*[A-Za-z0-9_+-]@(?:[A-Za-z0-9][A-Za-z0-9\\-]*\\.)+[A-Za-z]{2,}$"
},
"website_url": {
"type": "string",
"maxLength": 1000
},
"capital_goal": {
"type": "number",
"minimum": 0
},
"capital_purpose": {
"type": "string",
"minLength": 1,
"maxLength": 5000
},
"capital_type_preference": {
"type": "string",
"enum": [
"best_fit",
"debt",
"sba",
"equipment_project",
"strategic",
"equity"
]
},
"business_summary": {
"type": "string",
"maxLength": 12000
},
"existing_pitch": {
"type": "string",
"maxLength": 20000
},
"revenue_context": {
"type": "string",
"maxLength": 5000
},
"profit_context": {
"type": "string",
"maxLength": 5000
},
"collateral_context": {
"type": "string",
"maxLength": 5000
},
"timeline": {
"type": "string",
"maxLength": 1000
}
},
"required": [
"user_confirmed_payment",
"company_name",
"contact_email",
"capital_purpose"
],
"$schema": "https://json-schema.org/draft/2020-12/schema"
}🟢get_capital_case_status(case_token)
Read the case state, independently verify Polar payment, and run the bounded paid research when the machine-commerce token and verified payment authorize it.
Input Schema
{
"type": "object",
"properties": {
"case_token": {
"type": "string",
"minLength": 8,
"maxLength": 200
}
},
"required": [
"case_token"
],
"$schema": "https://json-schema.org/draft/2020-12/schema"
}Community
Evidence