API ReferenceMCP Tools Reference
MCP Tools Reference
78 MCP tools for AI agent integration.
MCP Tools Reference
Valqore provides 78 MCP tools for AI agent integration. Connect via Claude Desktop or any MCP-compatible client.
Setup
{
"mcpServers": {
"valqore": {
"command": "npx",
"args": ["-y", "@valqore/mcp-server"],
"env": {
"VALQORE_API_KEY": "<your-api-key>",
"VALQORE_BASE_URL": "https://api.valqore.io"
}
}
}
}Restart Claude Desktop after saving. Tools appear in the tool picker.
Transport Options
# Start with stdio (default for Claude Desktop)
valqore mcp
# Start with SSE transport
valqore mcp --transport sse --port 8080
# Start with HTTP transport for remote access
valqore mcp --transport http --host 0.0.0.0 --port 3100Was this helpful?
Next