Skip to main content

MCP Tools Reference

The apitree MCP Server exposes 15 tools + 4 resources for AI Agent integration.

search_apis

Discover APIs by natural language intent

Parameter
Type
Req
Description
intentstringYesWhat you need (e.g., "bank account balance")
categorystringNoFilter: financial, data, ai, communication, commerce
max_resultsnumberNoMax results (default 5)

call_api

Call an API through apitree proxy

Parameter
Type
Req
Description
api_idstringYesAPI slug from search results
apitree_tokenstringYesYour apitree API key (nxs_live_...)
pathstringNoSub-path to append
methodstringNoHTTP method (default GET)
paramsobjectNoRequest body or query params

get_api_details

Get full API info including endpoints and MCP tool definition

Parameter
Type
Req
Description
api_idstringYesAPI slug

batch_call_apis

Call up to 10 APIs concurrently in a single request

Parameter
Type
Req
Description
callsarrayYesArray of {api, params?, method?, path?} (max 10)
apitree_tokenstringYesYour apitree API token

get_usage

Check credit balance, usage stats, and plan info

Parameter
Type
Req
Description
apitree_tokenstringYesYour apitree API token

estimate_cost

Check cost before calling an API (no auth needed)

Parameter
Type
Req
Description
api_idstringYesAPI slug to estimate cost for

compare_apis

Side-by-side comparison of 2-5 APIs (price, SLA, latency, error rate)

Parameter
Type
Req
Description
api_idsarrayYes2-5 API slugs to compare

trending_by_tag

Find trending APIs for a given tag, ranked by 30-day usage

Parameter
Type
Req
Description
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

Parameter
Type
Req
Description
tag_limitnumberNoTags to return (default 20)
per_tagnumberNoExamples per tag (default 3)

get_system_health

Platform health summary: availability, schema drift, auth failures

Parameter
Type
Req
Description

recommend_apis

Goal-based API recommendations

Parameter
Type
Req
Description
goalstringYesThe task or workflow you want to accomplish
max_resultsnumberNoMax recommendations (default 5)

top_healthy_apis

APIs ranked by uptime × latency health score

Parameter
Type
Req
Description
categorystringNoFilter by category
limitnumberNoMax results (default 10)

get_forecast

Credit burn rate and depletion forecast

Parameter
Type
Req
Description
apitree_tokenstringYesYour apitree API token

get_active_incidents

Open incidents and outages affecting APIs

Parameter
Type
Req
Description

get_training_stats

Fine-tuning pipeline statistics (admin)

Parameter
Type
Req
Description
apitree_tokenstringYesAdmin apitree API token
apitree · AI-Native API Marketplace