The agentic-ai-for-good-mcp server gives Claude access to our full AI tool database — search by use case, get install commands, and get recommendations based on your stack.
Add the hosted server — no install required
Works in Claude Desktop, Claude Code, and any MCP client that supports HTTP transport.
{
"mcpServers": {
"agenticaiforgood": {
"type": "http",
"url": "https://agenticaiforgood.com/api/mcp"
}
}
}For Claude Desktop: ~/Library/Application Support/Claude/claude_desktop_config.json
For Claude Code: add to your project's .mcp.json
Restart your client
The server runs on our infrastructure — always up-to-date with the latest catalog, zero maintenance on your end.
You're building a RAG pipeline and need a vector database. Instead of Googling and reading 10 comparison posts, ask Claude — with MCP, it queries our catalog directly and returns ranked, vetted options with install commands.
Paste your package.json and ask what's missing. Claude reads your dependencies, calls suggest_for_stack, and returns tools that integrate with your exact setup — no generic suggestions.
The AI tooling space moves fast. Ask Claude what was added this week and get a curated digest of new tools — filtered to categories you care about, with no marketing fluff.
Find AI tools by natural language query across our entire catalog.
"Find me a vector database for Python with a free tier"
Get full detail on any tool: install command, use cases, and links.
"Tell me everything about LangChain"
Get recommendations based on your package.json or requirements.txt.
"What tools am I missing? Here's my package.json: ..."
See recently added tools in the last N days.
"What AI tools were added this week?"
Find me a vector database for Python with free tier
Show me tools for building RAG applications
What AI tools were added this week?
What tools work well with Next.js and Supabase?
Get notified when new AI tools land in the catalog. One email per week, no noise.
The MCP server reads from the same catalog. Add a tool via pull request and it's available to everyone's Claude instantly.
Open Contribution Guide