Harvey Tools
Rank #29,077io.github.meltingpixelsai/zero-core-tools
Web scraping, code review, content generation, and analysis tools. Pay-per-call USDC.
Harvey Tools is a Model Context Protocol (MCP) server published by meltingpixelsai. It ranks #29,077 of 115,460 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. Harvey Tools is listed across 2 registries — Official MCP and PulseMCP, with 3 tracked versions. It was first listed on Mar 4, 2026 and most recently updated on Apr 30, 2026.
Ranks ahead of 86,383 of 115,460 servers on MCP Toplist.
Use Harvey Tools
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http zero-core-tools https://tools.rugslayer.com/mcpclaude mcp add zero-core-tools -- npx -y @meltingpixels/zero-core-tools[mcp_servers.zero-core-tools]
url = "https://tools.rugslayer.com/mcp"Add to ~/.codex/config.toml.
[mcp_servers.zero-core-tools]
command = "npx"
args = ["-y", "@meltingpixels/zero-core-tools"]Add to ~/.codex/config.toml.
https://tools.rugslayer.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"zero-core-tools": {
"command": "npx",
"args": [
"-y",
"@meltingpixels/zero-core-tools"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"zero-core-tools": {
"url": "https://tools.rugslayer.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"zero-core-tools": {
"command": "npx",
"args": [
"-y",
"@meltingpixels/zero-core-tools"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"zero-core-tools": {
"type": "http",
"url": "https://tools.rugslayer.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"zero-core-tools": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@meltingpixels/zero-core-tools"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"zero-core-tools": {
"serverUrl": "https://tools.rugslayer.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"zero-core-tools": {
"command": "npx",
"args": [
"-y",
"@meltingpixels/zero-core-tools"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"zero-core-tools": {
"url": "https://tools.rugslayer.com/mcp"
}
}
}{
"mcpServers": {
"zero-core-tools": {
"command": "npx",
"args": [
"-y",
"@meltingpixels/zero-core-tools"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.meltingpixelsai%2Fzero-core-tools)<a href="https://mcptoplist.com/server/io.github.meltingpixelsai%2Fzero-core-tools"><img src="https://mcptoplist.com/badge/io.github.meltingpixelsai%2Fzero-core-tools.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
meltingpixelsai
Other servers by meltingpixelsai
- Relayzero#1,885 · 5 vers
- Drainbrain#3,797 · 3 vers
- Harvey Budget#43,604 · 2 vers
- Harvey Intel#43,605 · 2 vers
- Harvey Verify#43,606 · 2 vers
Available versions (3)
| Version | Published |
|---|---|
| 1.0.0 | Apr 30, 2026 |
| 1.1.0 | Mar 20, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Harvey Tools?
- Harvey Tools is maintained by meltingpixelsai, which publishes 6 MCP servers (17 total versions) tracked on MCP Toplist.
- Is Harvey Tools listed on the Official MCP Registry?
- Yes — Harvey Tools is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does Harvey Tools have?
- MCP Toplist tracks 3 versions of Harvey Tools, most recently published on Apr 30, 2026.
- Where can I find the source code for Harvey Tools?
- The source code for Harvey Tools is hosted at github.com/meltingpixelsai/zero-core-tools.