A high-performance MCP server providing structured, real-time price data for AI hardware, robotics, and robot/RC power across global marketplaces, built with a focus on agent-native discovery over hardcoded endpoints.
Server Config
{
"mcpServers": {
"agent-price-api": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://agentshare.dev/mcp",
"--header",
"X-API-Key:${AGENTSHARE_API_KEY}"
],
"env": {
"AGENTSHARE_API_KEY": "YOUR_API_KEY_HERE"
}
}
}
}