Chrome-verified cloud service data: pricing, risks, compatibility for 69+ services
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-tlalvarez-auxiliar-mcp": {
"args": [
"-y",
"auxiliar-mcp"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
MCP server so your agent stops picking the wrong cloud services.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'auxiliar-mcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked auxiliar-mcp against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in cloud
MCP Server for GCP environment for interacting with various Observability APIs.
⚡ A Simple / Speedy / Secure Link Shortener with Analytics, 100% run on Cloudflare.
MCP server for Datto SaaS Protection — M365/GWS backups, restores, seats.
Heroku Platform MCP Server using the Heroku CLI
MCP Security Weekly
Get CVE alerts and security updates for io.github.Tlalvarez/auxiliar-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Unified MCP capability index so your agent stops picking the wrong tool.
New contributor? See
ONBOARDING.mdfor the fast path into the project — 30-second / 5-minute / 30-minute tours, architecture map, glossary, and links to every proposal + retro.
Your AI coding agent recommends services based on stale training data. It doesn't know SendGrid killed its free tier, that Auth.js is in maintenance mode, that Neon moved to usage-based pricing, or that an auxiliar-nfs-e + Surya parser hits 100% field accuracy on Brazilian invoices. This MCP server fixes that — one find_capability query searches across cloud services, ClawHub skills, MCP servers, plugins, parsers, and public-data lookups.
80+ Capabilities indexed (71 cloud services + skills, MCPs, plugins, parsers, public-data sources). Chrome-verified pricing. Reproducible eval scores on real-world corpora. No signup, no API key.
# Claude Code
claude mcp add auxiliar -- npx auxiliar-mcp
# Cursor (add to .cursor/mcp.json)
{ "auxiliar": { "command": "npx", "args": ["auxiliar-mcp"] } }
# Any MCP client
npx auxiliar-mcp
| What your agent says | What's actually true |
|---|---|
| "Use SendGrid — it has a free tier" | Free tier removed March 2025. 60-day trial only. |
| "Use Auth.js for your Next.js app" | Maintenance mode. Core team joined Better Auth Sept 2025. |
| "PlanetScale has a generous free tier" | Free tier removed April 2024. |
| "Neon Launch is $19/month" | Now usage-based, starting from ~$0. |
| "Clerk free tier is 10K MAU" | Restructured to 50K MRU (Feb 2026). |
| "Use Turso with Prisma" | Prisma needs @prisma/adapter-libsql. Use Drizzle instead. |
Twelve tools your agent can call. Four unified Capability tools (preferred for new agents — search across every kind of indexed thing) plus eight legacy single-purpose tools (still wired for backward-compat).
Unified Capability tools (v0.11.0+):
find_capability → Ranked search across services / skills / MCPs / plugins / parsers / data
Filter by jtbd, element_type, agent_context. Pass a query or jtbd tag.
get_capability → Full record by stable slug — pricing tiers, risks, install spec, deps,
eval records, distribution surfaces.
list_capabilities → Filtered enumeration. element_type / category / jtbd / agent_context.
compare_capabilities → 2–5 ids → aligned row-per-field comparison structure.
Legacy single-purpose tools (still work; will be removed in a future version once consumers cut over):
recommend_service → Best cloud service for your constraints
get_pricing → Verified pricing tiers + hidden costs
get_risks → Gotchas, breaking changes
check_compatibility → 31 rules for known conflicts (Turso+Prisma, Better Auth+Workers, etc.)
setup_service → CLI commands, env vars, signup URLs
list_services → Cloud-service catalog by category
solve_task → Per-task ranked tool recommendations (PDF OCR, NFS-e extraction, …)
list_solve_tasks → Available /solve/ task rankings
find_capability)Agent: "I need to extract structured fields from Brazilian NFS-e invoices"
→ find_capability(query="Brazilian NFS-e invoice extraction", jtbd=["nfs-e-extraction"])
{
"total_matches": 3,
"results": [
{
"id": "nfs-e-parser",
"element_type": "skill",
"name": "nfs-e-parser",
"score": 35,
"page_url": "https://auxiliar.ai/skill/nfs-e-parser/",
"install_command": "openclaw skills install tlalvarez/nfs-e-parser",
"eval_score": 10.0,
"jtbd_tags": ["nfs-e-extraction", "brazilian-invoice-parsing", "bookkeeping", ...]
},
{
"id": "auxiliar-nfs-e",
"element_type": "parser",
"score": 30,
"eval_score": 10.0,
...
},
...
]
}