APlicious for AI Agents
Give Claude, Cursor, Windsurf, and any MCP-compatible AI direct access to 125+ live endpoints across 10 namespaces — one line of config.
How it works
The MCP server runs locally, bridges your AI client to APlicious's live APIs, and exposes three tools the AI uses automatically — no code required on your end.
Three tools. Everything the AI needs.
The server exposes exactly three MCP tools — lean, composable, and self-documenting.
list_apisDISCOVERBrowse all 125+ endpoints by namespace or keyword. Returns a grouped, readable list with summaries so the AI knows what's available.
get_api_specINSPECTGet full parameter spec for any endpoint — required vs optional, types, enums, defaults, and examples. The AI calls this before calling the API to avoid errors.
call_apiEXECUTECall any live APlicious endpoint with your API key and return real data. Handles both GET (query params) and POST (JSON body) requests with actionable error messages.
Quick install
No global install needed. npx runs the server on demand — always the latest version.
Get a free API key
250 free calls per month, no credit card required. Your key starts with lapi_live_.
Choose your AI client
Click your client below to see the exact config to paste. Replace lapi_live_your_key_here with your real key.
Restart your AI client
After saving the config, restart your client. Look for aplicious in the MCP tools panel — or just ask the AI a question that needs live data.
Ask anything
No special syntax. Just talk to your AI naturally.
Manual install (optional)
If you prefer a local install over npx, or want to pin a specific version:
Then replace npx with the full path to aplicious-mcp in your client config.
Environment variables
What the AI can access
Every namespace below is available immediately — one key, all 125+ endpoints.
BMI · sleep cycles · fasting · stress · dosha · mood
USDA search · nutrients · meal calculator · diet filters
100+ recipes · by cuisine · by diet · random
22k cricket matches · football · F1 · basketball · hockey
universities · courses · scholarships · quiz generator
stocks · crypto · forex · SIP · EMI · options Greeks
NDA generator · GDPR checklist · jurisdiction data
amortization · stamp duty · rent vs buy · rental yield
remote jobs · salary · career paths · skills gap
OCR · transcription · TTS · PDF · image · QR · translate · sentiment
Troubleshooting
The MCP server doesn't appear in my client
Make sure you saved the config file and fully restarted the client (not just refreshed). Check that Node.js ≥18 is installed: node --version.
I get a 401 Unauthorized error
Your APLICIOUS_API_KEY is missing or incorrect. Copy your key from aplicious.com/dashboard and paste it exactly — it starts with lapi_live_.
I get a 429 Too Many Requests error
You've hit your monthly call quota. The Free plan includes 250 calls/month. Upgrade at aplicious.com/pricing.
npx is slow on first run
npx downloads the package the first time. Subsequent runs use the npm cache and start instantly. Use npm install -g @aplicious/mcp-server for a permanent install.
The AI calls the wrong parameters
Ask the AI to call get_api_spec first: "Check the spec for /api/v1/wellness/bmi before calling it." The MCP is designed to do this automatically.
Ready to give your AI real-world data?
Get your free API key, paste one config block, and your AI agent has live access to 125+ endpoints in under 2 minutes.