eCommerce
crela.io
An MCP server that lets you search the Crela marketplace for reviewed buy-once software, apps, and games and retrieve detailed public information about a specific item by slug.
ENDPOINT 1
https://crela.io/mcp
MCP server metadata
- Name
- crela
- Version
- 1.0.0
Known tools 2
search_softwareSearch the Crela marketplace for reviewed software, apps and games you buy once and own - no subscription.
Inferred read-onlyget_softwareFull public detail of one approved software item by its slug: description, price, platforms, version, system requirements and the url of its Crela page.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.crela]
url = "https://crela.io/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"crela": {
"type": "http",
"url": "https://crela.io/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: crela
Remote MCP URL: https://crela.io/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"crela": {
"url": "https://crela.io/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"crela": {
"type": "http",
"url": "https://crela.io/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "crela",
"transport": "streamable-http",
"url": "https://crela.io/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.