MCP
World data for agents
A constant MCP tool set: search → schema → call / jobs. Copy config into Claude or Cursor.
01
Discover
search_endpoints recalls by platform and intent — no one-tool-per-endpoint explosion.
02
Inspect
get_endpoint_schema before calling safely.
03
Execute
call_endpoint / create_job / monitors / datasets — same billing and quality gates as HTTP.
Generate client config
Pick intended platforms (illustrative). Real allowlists come from a console Profile.
Intended platforms
This snippet does not bind a real Profile — create one in the console after signup.
data{
_comment:"Illustrative platforms: xiaohongshu, douyin"
_hint:"Replace WELLBYTE_PROFILE with your Profile UUID and paste an API key"
mcpServers{
wellbyte{ 3 items }
}
}
Or call HTTP with the official SDK: SDK