Servers
SparkMango
@ArjunBhuptani
Sparkmango lets agents generate and use MCP servers from contract ABIs
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"sparkmango": {
"command": "python",
"args": [
"-m",
"pytest"
]
}
}
}