The Bailian MCP Plaza provides Plaza MCP services in two modes: One Key MCP (no activation needed, direct API Key authentication) and MCP services that require manual activation. These services are visible to all users and can be integrated directly within the platform (e.g., Agents or Workflows), or externally invoked and integrated into third-party applications or projects.
- One Key MCP: No manual activation required. Authenticate directly with your Bailian API Key. Services marked with the One Key badge in the Plaza belong to this category.
- Plaza MCP (Activation Required): Requires manual activation in the MCP Plaza before use. Some services may require a third-party provider's API Key.
One Key MCP
One Key MCP services require no manual activation—they take effect on first invocation. Below is an example using the Amap Maps MCP service:
Access the MCP Plaza
Get Integration Configuration
Start Invoking
Plaza MCP (Activation Required)
For Plaza MCP services not marked with the One Key badge, manual activation is required before use:
Access the MCP Plaza
Enable the Service
Configure MCP Services in Agents or Workflows
Agent Applications
In agent applications, the large language model determines whether to invoke an MCP service based on user input.
Create an Agent
Add an MCP Service
Test the MCP Service
I’m departing now from Hangzhou Xiaoshan International Airport to West Lake Scenic Area in Hangzhou. Please provide three public transportation options."The agent will invoke the MCP service multiple times to compute routes and estimate travel time.Step-by-Step Reasoning (Single MCP Service)Ensure that the Sequential Thinking MCP service has been added to support logical reasoning tasks.In the right-side chat panel, send a test message: "
Please solve this 'chickens-and-rabbits-in-the-same-cage' problem: There are 12 heads and 32 legs in total. How many chickens and rabbits are there?"Temperature Trend Visualization (Multiple MCP Services)Ensure both the Amap Maps and AntV Charting MCP services have been added.In the right-side chat panel, send a test message: "Plot a line chart showing the temperature trend for Hangzhou over the next few days."Workflow Applications
An MCP service may expose multiple tools, but each MCP node in a workflow can only use one tool. Therefore, you must manually specify the input parameters for the MCP node and pass its output to the next node.
Use the maps_weather tool from the Amap Maps MCP service to quickly build a city weather query workflow.
When using only the maps_weather tool, the workflow cannot answer questions unrelated to weather queries.
Create a Workflow
Extract City Name
maps_weather tool.Query Weather Information
maps_weather tool, name it “Weather Query Tool”, and connect it to the “Information Extraction” node. Click the configuration button inside the MCP node for maps_weather, and set its input to “Reference: Information Extraction/result”.Summarize Weather Information
Output Query Results
Test the Workflow
Query Hangzhou’s weather", and review the workflow’s output.