MCP Server
Maintained
io.github.baronsengir007/openclaw-agent-tools MCP Server
io.github.baronsengir007/openclaw-agent-tools
What is the io.github.baronsengir007/openclaw-agent-tools MCP server?
Weather, code search, currency & Solana trust scoring as MCP tools. Free, no API key needed.
How to install io.github.baronsengir007/openclaw-agent-tools
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"openclaw-agent-tools": {
"url": "https://venice-components-track-determination.trycloudflare.com/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"openclaw-agent-tools": {
"serverUrl": "https://venice-components-track-determination.trycloudflare.com/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"openclaw-agent-tools": {
"type": "http",
"url": "https://venice-components-track-determination.trycloudflare.com/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"openclaw-agent-tools": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://venice-components-track-determination.trycloudflare.com/mcp"
]
}
}
}Claude Code
claude mcp add --transport http openclaw-agent-tools https://venice-components-track-determination.trycloudflare.com/mcpRelated MCP servers
OpenClaw Trust Scorer
Maintained
Solana wallet trust scoring: tier, tx count, balance, liveness.
0
View repository →JavaScript