Tencent Maps MCP integration for AI agents.
Connect AI agents to Tencent Maps through 15 structured actions, including district search, distance matrix, and geocode. Review authentication, inputs, work…
- ACTION CONTRACTS
- 15
- AUTHENTICATION
- API key
- SOURCE STATUS
- Provider-backed
CATALOG SOURCE REVIEWED AUGUST 23, 2026 / ACTION NAMES AND SCHEMAS DERIVED FROM WORKING MACHINES PROVIDER SOURCE
CAPABILITY PROFILE
What the Tencent Maps integration exposes
The Tencent Maps Agent App exposes 15 provider-backed actions for location work. Its current contract lets an authorized agent search tencent maps administrative districts, calculate a tencent maps distance matrix, and geocode an address with tencent maps. These operations are called through Working Machines as typed capabilities rather than through browser navigation or copied UI steps.
A connection uses API key. Before execution, the agent can inspect the selected action, its required fields, declared scopes, and expected output contract. Provider credentials remain inside the Working Machines runtime; the calling agent receives the capability and its structured result, not the underlying secret.
For reliable operation, start with the narrowest action that satisfies the task, resolve stable provider identifiers before changing state, and validate the returned object or status after execution. Availability still depends on the connected Tencent Maps account, granted provider permissions, workspace policy, region, plan, and upstream API behavior.
VERIFIED ACTION SAMPLE
Real Tencent Maps capabilities.
Showing 12 of 15 actions. Risk labels are conservative signals based on operation names, not substitutes for provider documentation or runtime policy.
district_searchREADSearch Tencent Maps administrative districts.
INPUTS: mode
distance_matrixREVIEWCalculate a Tencent Maps distance matrix.
geocodeREVIEWGeocode an address with Tencent Maps.
INPUTS: address / policy
get_place_detailREADGet details for one Tencent Maps place identifier.
INPUTS: id
input_tipsREVIEWFetch Tencent Maps input suggestions.
INPUTS: keywords
ip_locateREVIEWLocate an IP address with Tencent Maps.
INPUTS: ip
reverse_geocodeREVIEWReverse geocode coordinates with Tencent Maps.
INPUTS: location / radius / getPoi / poiOptions
route_bicyclingREVIEWPlan a Tencent Maps bicycling route.
route_drivingREVIEWPlan a Tencent Maps driving route.
route_transitREVIEWPlan a Tencent Maps transit route.
route_walkingREVIEWPlan a Tencent Maps walking route.
search_placesREADSearch Tencent Maps places in a region.
INPUTS: keywords / region
INPUT CONTRACTS
Know what the action needs before it runs.
district_search
modeOPTIONAL- The Tencent Maps district endpoint variant.
geocode
addressREQUIRED- The address to geocode.
policyOPTIONAL- The Tencent Maps geocoding policy.
get_place_detail
idOPTIONAL- The Tencent Maps place identifier.
input_tips
keywordsOPTIONAL- The keyword used to fetch input tips.
PROVIDER-SPECIFIC WORKFLOWS
Jobs this Agent App can support
Inspect District Search
Search Tencent Maps administrative districts. Use this as a bounded discovery step, retain the returned identifier, and avoid expanding the read beyond the task's stated scope.
district_searchVerify with Get Place Detail
Get details for one Tencent Maps place identifier. Compare the returned provider state with the intended outcome and preserve stable IDs or canonical links in the run record.
get_place_detailSAFETY BOUNDARY
Operate Tencent Maps with explicit limits
- Authorize Tencent Maps with API key and grant only the provider access required by the selected actions.
- The current action names appear read-oriented, but returned Tencent Maps data may still be sensitive and should be minimized before it enters model context.
- Do not infer permission from catalog visibility. Workspace policy, connection identity, and upstream authorization still govern execution.
- No provider scope string is declared on the sampled actions. Verify the connected account's actual permissions in Tencent Maps rather than assuming unrestricted access.
- After a call, inspect the structured result and execution record before reporting that the Tencent Maps task completed successfully.
CONNECTION MODEL
API key
Tencent Maps API key sent as the key query parameter. Create or manage a key in the official console: https://lbs.qq.com/dev/console/key/manage.
Working Machines stores provider credentials behind the execution boundary. An agent can use an authorized connection identity, but catalog discovery alone does not reveal OAuth tokens, API keys, or provider secrets.
- READ SIGNALS
- 5
- WRITE SIGNALS
- 0
- HIGH IMPACT
- 0
- REVIEW SIGNALS
- 10
EVIDENCE AND AVAILABILITY
Provider reference
Action names, input fields, authentication types, and counts on this page are generated from the Working Machines provider catalog. Provider behavior, quotas, object semantics, account eligibility, and regional availability remain governed by Tencent Maps.