# Apiverve — MCP server on mcp.ai > Connect your Apiverve account and use 11 tools for developer tools straight from your AI agent. Connect with your own API key. APIVerve offers a comprehensive suite of APIs designed to simplify integration processes, providing developers with scalable and reliable solutions for various applications. By: mcp.ai · official Page: https://mcp.ai/apiverve ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_apiverve?ms=1787291340000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/apiverve/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/apiverve/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/apiverve/skill.md Postman collection (v2.1): https://mcp.ai/apiverve/postman.json ## Tools - apiverve_advice_generator() — Tool to generate a random piece of advice. Use when you need spontaneous guidance or motivation. - apiverve_age_calculator(dob: string) — Tool to calculate age from date of birth. Use when you need a breakdown of years, months, weeks, and days from a given DOB. Example: "Calculate age for dob=1990-01-01" - apiverve_air_quality(city: string) — Tool to get air quality data for a city. Use when you need current AQI, pollutant levels, and a health recommendation. - apiverve_airline_lookup_name(name: string, accept?: string) — Look up airline information by name. Returns airline details including IATA code (2-letter), ICAO code (3-letter), radio callsign, and country of operation. Supports partial name matching, so searchin - apiverve_airport_distance_iata(iata1: string, iata2: string) — Tool to get distance between two airports by their IATA codes. Use when you have valid airport IATA codes and need the flight distance. - apiverve_airports_lookup_icao(icao: string) — Tool to get airport information by ICAO code. Use when you have a valid 4-letter ICAO code and need detailed airport information. - apiverve_antonym_finder(word: string) — Tool to get antonyms for a word. Use when you need opposite terms for text analysis. - apiverve_app_store_scraper(appid: string, country: string) — Fetch detailed metadata for an iOS/macOS app from the Apple App Store. Use this tool to retrieve comprehensive app information including title, description, ratings, reviews, pricing, screenshots, dev - apiverve_currency_converter(amount: number, to_currency: string, from_currency: string) — Tool to convert currency rates. Use when you need to convert an amount between two currencies with the latest exchange rate. - apiverve_dictionary(word: string) — Tool to get the definition of a word. Use when you need to find the meaning of a specific word. E.g., "Define the word apple." - apiverve_weather_by_city(city: string, accept?: string) — Tool to get current weather by city. Use when you need to obtain up-to-date weather details for a specific city after confirming the city name. Example: "What's the weather in Berlin?" ## Example prompts - "What can I do in Apiverve?" - "Show me a summary of my Apiverve account" ## Links Docs: https://mcp.ai/docs/mcps/apiverve Website: https://mcp.ai/mcps/apiverve