One endpoint. Hundreds of community-built tools. Add capabilities to your agent without the setup headache.
{
"mcpServers": {
"ducktape": {
"url": "https://you.ducktape.dev/mcp"
}
}
}That's your entire config. Add tools anytime without changing it.
Every tool has its own setup process. Before you know it, you're managing infrastructure instead of building your agent.
{
"mcpServers": {
"weather": { // npm install, configure...
"command": "node",
"args": ["/path/to/weather/index.js"]
},
"slack": { // different package...
"command": "npx",
"args": ["@someorg/slack-mcp"]
},
"github": { // deploy somewhere...
"url": "https://my-github-tool.vercel.app"
},
"notion": { // python this time...
"command": "python",
"args": ["notion_server.py"]
}
}
}Five tools, five different setups, five things to maintain.
One endpoint that grows with you. Add tools from the web, and your agent instantly has new capabilities.
{
"mcpServers": {
"ducktape": {
"url": "https://you.ducktape.dev/mcp"
}
}
}Discover tools built by the community
No deployment, no config changes
All your API keys, managed together
Tools update without you lifting a finger
Three steps to a more capable agent.
Sign in with GitHub. You'll get your own MCP server at you.ducktape.dev/mcp
Browse what's available, click "Add", and set up any required API keys.
Send transactional emails via Resend
That's it. Your agent can now use all the tools in your toolbelt.
Useful tools, shared openly. Use what others have built, or contribute your own.
Get current weather for any location
Send messages to Slack channels
Create and manage GitHub issues
GitHub, Linear, Slack, and Notion tools bundled together
Have a tool you've built? Share it in about 20 lines of code.
We're building ducktape right now. Join the waitlist and we'll let you know when it's ready.
No spam, just updates when we launch.