MCP Tools Reference
The apitree MCP Server exposes 15 tools + 4 resources for AI Agent integration.
search_apis
Discover APIs by natural language intent
intentstringYesWhat you need (e.g., "bank account balance")categorystringNoFilter: financial, data, ai, communication, commercemax_resultsnumberNoMax results (default 5)call_api
Call an API through apitree proxy
api_idstringYesAPI slug from search resultsapitree_tokenstringYesYour apitree API key (nxs_live_...)pathstringNoSub-path to appendmethodstringNoHTTP method (default GET)paramsobjectNoRequest body or query paramsget_api_details
Get full API info including endpoints and MCP tool definition
api_idstringYesAPI slugbatch_call_apis
Call up to 10 APIs concurrently in a single request
callsarrayYesArray of {api, params?, method?, path?} (max 10)apitree_tokenstringYesYour apitree API tokenget_usage
Check credit balance, usage stats, and plan info
apitree_tokenstringYesYour apitree API tokenestimate_cost
Check cost before calling an API (no auth needed)
api_idstringYesAPI slug to estimate cost forcompare_apis
Side-by-side comparison of 2-5 APIs (price, SLA, latency, error rate)
api_idsarrayYes2-5 API slugs to comparetrending_by_tag
Find trending APIs for a given tag, ranked by 30-day usage
tagstringYesTag to filter by (e.g., 'weather', 'llm')limitnumberNoMax results (default 12)sortstringNo'trending' or 'recent'list_capabilities
Capability map: top tags with exemplar APIs per tag
tag_limitnumberNoTags to return (default 20)per_tagnumberNoExamples per tag (default 3)get_system_health
Platform health summary: availability, schema drift, auth failures
recommend_apis
Goal-based API recommendations
goalstringYesThe task or workflow you want to accomplishmax_resultsnumberNoMax recommendations (default 5)top_healthy_apis
APIs ranked by uptime × latency health score
categorystringNoFilter by categorylimitnumberNoMax results (default 10)get_forecast
Credit burn rate and depletion forecast
apitree_tokenstringYesYour apitree API tokenget_active_incidents
Open incidents and outages affecting APIs
get_training_stats
Fine-tuning pipeline statistics (admin)
apitree_tokenstringYesAdmin apitree API token