Crela
Search the Crela software marketplace and publish, update and review your software from your agent.
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": {
"mcp": {
"command": "npx",
"args": [
"@crela/mcp"
]
}
}
}Runnable packages
1.0.1stdioRemote endpoints
https://crela.io/mcpstreamable-httpWhat it can do
Tool inventory
Tools (2)
🟢search_software(query, category, lang, sort, page, ...)
Search the Crela marketplace for reviewed software, apps and games you buy once and own - no subscription. Returns only approved, publicly listed tools, each with a url to its Crela page where it can be bought. Use limit (1-50) to keep the response small and page through the rest; get_software returns the full detail of one.
Input Schema
{
"type": "object",
"properties": {
"query": {
"description": "Full-text search over title and description",
"type": "string"
},
"category": {
"type": "string",
"enum": [
"tool",
"game",
"finance",
"productivity",
"creative",
"other"
]
},
"lang": {
"description": "Language of the software user interface, e.g. \"de\". Not the programming language.",
"type": "string"
},
"sort": {
"description": "Result ordering, default \"latest\"",
"type": "string",
"enum": [
"latest",
"popular",
"rating",
"price_asc",
"price_desc"
]
},
"page": {
"description": "1-based page, see total_pages in the response",
"type": "integer",
"exclusiveMinimum": 0,
"maximum": 9007199254740991
},
"limit": {
"description": "Results per page, default 20",
"type": "integer",
"exclusiveMinimum": 0,
"maximum": 50
}
},
"$schema": "http://json-schema.org/draft-07/schema#"
}🟢get_software(slug)
Full public detail of one approved software item by its slug: description, price, platforms, version, system requirements and the url of its Crela page.
Input Schema
{
"type": "object",
"properties": {
"slug": {
"type": "string",
"description": "The software slug from search_software, e.g. \"knowledge-editor\""
}
},
"required": [
"slug"
],
"$schema": "http://json-schema.org/draft-07/schema#"
}Community
Evidence