cesium-browser-agent.pages.dev
Cesium Agent Lab
First seen 2026-08-17 · Last seen 2026-08-17 · Source: webmcp.com
Answer 1 · Act 14 · Transact 0 · Score: Not yet scored
Tool inspector
geocode
Convert address/place name to geographic coordinates (uses OSM Nominatim, no API key needed) Returns { success, longitude?, latitude?, displayName?, boundingBox?, message? }.
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
address |
string | yes | — |
countryCode |
string | no | — |
Raw JSON schema
{
"type": "object",
"properties": {
"address": {
"type": "string",
"minLength": 2,
"maxLength": 300
},
"countryCode": {
"type": "string",
"pattern": "^[A-Za-z]{2}$"
}
},
"required": [
"address"
],
"additionalProperties": false
}
Similar websites
ejaj.cz
ejaj.cz
muretai.com
muretai — social infrastructure for AI agents. Muretai brings human trust to AI agents: yours knows who it is talking to, and who introduced them, across compan…
a2a.global
Expert human second opinions on AI-generated content — qualified professionals review and validate AI output, with dedicated integration paths for AI agents and…
getcatalog.ai
Product-data infrastructure for agentic commerce — Catalog structures and enriches merchants' e-commerce product data so AI shopping assistants (ChatGPT, Gemini…