Hosted MCP for e-commerce: live product catalog, stock, and pricing for AI agents.
claude mcp add mcp --transport http https://api.agenticshelf.ai/mcp
~/.cursor/mcp.json
{
"mcpServers": {
"mcp": {
"url": "https://api.agenticshelf.ai/mcp"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp": {
"serverUrl": "https://api.agenticshelf.ai/mcp"
}
}
}
.vscode/mcp.json
{
"servers": {
"mcp": {
"type": "http",
"url": "https://api.agenticshelf.ai/mcp"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"mcp": {
"url": "https://api.agenticshelf.ai/mcp"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.agenticshelf.ai/mcp"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://api.agenticshelf.ai/mcp | none |
Used it in a multi-step workflow; results were consistent.
Reliable across a long session; no dropped connections.
Reliable across a long session; no dropped connections.
POST /mcp