Aplicious — Live Apis For Ai Agents

by cryptonaidu

250 downloads
Not rated
GitHub

About

Give Claude, Cursor, Windsurf, and any MCP-compatible AI direct access to 105+ live endpoints across 9 namespaces: finance, wellness, food, recipes, sports, education, legal, property, and jobs. One npm package, zero code.

Details

Author
cryptonaidu
Downloads
250
Categories
Developer Tools, API, Finance

- 105+ live endpoints across 9 namespaces

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Aplicious — Live Apis For Ai Agents
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install the single npm package. No additional code or configuration is described in the README. Specific commands or config keys are not listed.

list_apis

Browse APlicious API endpoints by namespace or topic. APlicious has 10 live namespaces — one API key unlocks all of them: • Wellness — BMI, sleep cycles, biorhythm, calorie needs, macro split, body fat, ovulation, pregnancy week, ideal weight, stress score, dosha, circadian rhythm, fasting protocols, anxiety relief, meditation, mood tracker, sleep quality, habit tracker • Food — USDA food search, full nutrient profiles, food comparison, top foods by nutrient, sugar breakdown, vitamin profile, mineral profile, diet filters, meal nutrition calculator • Recipes — 100+ originally-authored recipes: search, random, by cuisine, by diet • Sports — 22,000+ cricket match archive (scorecards, head-to-head, player stats), live football/basketball/hockey scores, F1 driver standings and race results • Education — university search, country data, online courses, scholarship finder, Wikipedia summaries, flashcard sets, learning paths, grade calculator, study plan, quiz generator • Finance — real-time stocks, crypto prices, forex rates, SIP calculator, loan EMI, compound interest, tax brackets, break-even, DCF valuation, options Greeks, bond yields, ETF info, risk metrics, sector performance, portfolio analysis, portfolio optimizer • Legal — NDA generator, GDPR checklist, jurisdiction overview, minimum wage, age of majority, business entity types • Property — amortization schedule, stamp duty, rent-vs-buy comparison, rental yield • Jobs — remote job listings, salary estimates, career paths, interview questions, skills gap analysis, cover letter generator, resume scorer • Tools — OCR, audio transcription, text-to-speech, resume parser, PDF merge/split/compress, image compress/convert/resize, QR code generator, URL shortener, email/phone validation, text summarize/translate/sentiment/language-detection Pass a keyword to filter (e.g. 'crypto', 'cricket', 'salary', 'bmi'). Omit keyword to see all endpoints grouped by namespace.

get_api_spec

Get the complete parameter specification for a specific APlicious endpoint — required vs optional params, types, allowed enum values, defaults, and examples. Always call this before call_api to avoid parameter errors. Get the path and method from list_apis first.

call_api

Call a live APlicious API endpoint and return real data. Requires APLICIOUS_API_KEY in this server's environment (free key at https://aplicious.com/auth?mode=signup). IMPORTANT: Call get_api_spec first to confirm required parameters and avoid 422 errors. For GET endpoints pass params as query parameters; for POST endpoints pass them as the JSON body.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "aplicious \u2014 live apis for ai agents": {
            "aplicious": {
                "command": "npx",
                "args": [
                    "-y",
                    "@aplicious/mcp-server"
                ],
                "env": {
                    "APLICIOUS_API_KEY": "your-api-key-here"
                }
            }
        }
    }
}

McpServers

{
    "aplicious": {
        "command": "npx",
        "args": [
            "-y",
            "@aplicious/mcp-server"
        ],
        "env": {
            "APLICIOUS_API_KEY": "your-api-key-here"
        }
    }
}

Give Claude, Cursor, Windsurf, and any MCP-compatible AI direct access to 105+ live endpoints across 9 namespaces: finance, wellness, food, recipes, sports, education, legal, property, and jobs. One npm package, zero code.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.