Crela

Search the Crela software marketplace and publish, update and review your software from your agent.

Should I use this

Quality & Safety

A
Description quality
100%
Schema completeness
93%
Naming quality
100%
Poisoning risk
100%
Permission match
100%
Protocol compliance
100%

Based on automated analysis of tool definitions and protocol compliance.

Context Cost

~407Tokens (tool definitions)
~1.4 KBTypical response size
Minimal attention impact (0.32% 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": {
    "mcp": {
      "command": "npx",
      "args": [
        "@crela/mcp"
      ]
    }
  }
}

Runnable packages

npm@crela/mcp1.0.1stdio

Remote endpoints

https://crela.io/mcpstreamable-http

What it can do

Tool inventory

Tools (2)

🟢 Read-only🟡 Write🔴 Delete⚪ Unknown
🟢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

Rate this Server

Evidence

Recent observations

verifiedversion not recorded2 tools