ENDPOINT 1
https://mcp.perkusai.com
MCP server metadata
- Name
- Perkusai
- Version
- 1.0.0
Perkusai searches real, in-stock products in amazon.com (prices in US dollars) and returns them with prices, ratings and affiliate buy links. Use `search_products` for any shopping request; present each result's `buy_url` as the purchase link.
Known tools 1
CONNECT 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.perkusai]
url = "https://mcp.perkusai.com"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"perkusai": {
"type": "http",
"url": "https://mcp.perkusai.com"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: perkusai
Remote MCP URL: https://mcp.perkusai.com
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": {
"perkusai": {
"url": "https://mcp.perkusai.com"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"perkusai": {
"type": "http",
"url": "https://mcp.perkusai.com"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "perkusai",
"transport": "streamable-http",
"url": "https://mcp.perkusai.com"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for perkusai.com was fetched 2026-08-23T23:07:49.803Z.
perkusai.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.