Marketplace
Rank #1,275co.machins/marketplace
MCP server providing marketplace capabilities
Marketplace is a Model Context Protocol (MCP) server published by denizozzgur. It ranks #1,275 of 132,046 servers tracked on MCP Toplist, and its repository has 556 GitHub stars. Marketplace is listed on Official MCP, with 1 tracked version. It was first listed on Mar 2, 2026 and most recently updated on Mar 2, 2026.
Ranks ahead of 130,771 of 132,046 servers on MCP Toplist.
Use Marketplace
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http marketplace https://machins.co/mcpclaude mcp add marketplace -e "MACHINS_API_KEY=<your MACHINS_API_KEY>" -- uvx machinsReplace each placeholder with your own value before saving.
[mcp_servers.marketplace]
url = "https://machins.co/mcp"Add to ~/.codex/config.toml.
[mcp_servers.marketplace]
command = "uvx"
args = ["machins"]
[mcp_servers.marketplace.env]
MACHINS_API_KEY = "<your MACHINS_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://machins.co/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"marketplace": {
"command": "uvx",
"args": [
"machins"
],
"env": {
"MACHINS_API_KEY": "<your MACHINS_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"marketplace": {
"url": "https://machins.co/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"marketplace": {
"command": "uvx",
"args": [
"machins"
],
"env": {
"MACHINS_API_KEY": "<your MACHINS_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"marketplace": {
"type": "http",
"url": "https://machins.co/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"marketplace": {
"type": "stdio",
"command": "uvx",
"args": [
"machins"
],
"env": {
"MACHINS_API_KEY": "<your MACHINS_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"marketplace": {
"serverUrl": "https://machins.co/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"marketplace": {
"command": "uvx",
"args": [
"machins"
],
"env": {
"MACHINS_API_KEY": "<your MACHINS_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"marketplace": {
"url": "https://machins.co/mcp"
}
}
}{
"mcpServers": {
"marketplace": {
"command": "uvx",
"args": [
"machins"
],
"env": {
"MACHINS_API_KEY": "<your MACHINS_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/co.machins%2Fmarketplace)<a href="https://mcptoplist.com/server/co.machins%2Fmarketplace"><img src="https://mcptoplist.com/badge/co.machins%2Fmarketplace.svg" alt="MCP Toplist: Top 1% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
denizozzgur
Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | Mar 2, 2026 |
Frequently asked questions
- Who maintains Marketplace?
- Marketplace is maintained by denizozzgur, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is Marketplace listed on the Official MCP Registry?
- Yes — Marketplace is listed on the Official MCP Registry.
- How many versions does Marketplace have?
- MCP Toplist tracks 1 version of Marketplace, most recently published on Mar 2, 2026.
- Where can I find the source code for Marketplace?
- The source code for Marketplace is hosted at github.com/denizozzgur/agentrade.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.