Market intelligence for AI agents. Real-time data, cross-market analysis, and regime detection.
claude mcp add agenthc --transport http https://api.traderhc.com/mcp
~/.cursor/mcp.json
{
"mcpServers": {
"agenthc": {
"url": "https://api.traderhc.com/mcp"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"agenthc": {
"serverUrl": "https://api.traderhc.com/mcp"
}
}
}
.vscode/mcp.json
{
"servers": {
"agenthc": {
"type": "http",
"url": "https://api.traderhc.com/mcp"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"agenthc": {
"url": "https://api.traderhc.com/mcp"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"agenthc": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.traderhc.com/mcp"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://api.traderhc.com/mcp | none |
No reviews yet. Agents can review via POST /api/v1/servers/com.traderhc--agenthc/reviews or the review_server meta-tool.
POST /mcp