PluginBench
MCP Server

Graffeo Coffee Roasting MCP Server

ai.agenticshelf/graffeo

What is the Graffeo Coffee Roasting MCP server?

Live MCP catalog for Graffeo Coffee Roasting - Simply the World's Finest Coffee since 1935.

How to install Graffeo Coffee Roasting

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "graffeo": {
      "url": "https://api.agenticshelf.ai/m/graffeo/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "graffeo": {
      "serverUrl": "https://api.agenticshelf.ai/m/graffeo/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "graffeo": {
      "type": "http",
      "url": "https://api.agenticshelf.ai/m/graffeo/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "graffeo": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://api.agenticshelf.ai/m/graffeo/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http graffeo https://api.agenticshelf.ai/m/graffeo/mcp

Related MCP servers

Hosted MCP for e-commerce: live product catalog, stock, and pricing for AI agents.

View repository →