{ "id": "openclaw-egp", "name": "OpenClaw EGP", "description": "RAG over Vietnamese government procurement documents (TBMT, KHLCNT, KQLCNT). Connects an OpenClaw agent to a running openclaw-egp-server instance via remote MCP.", "version": "0.3.0", "configSchema": { "type": "object", "required": ["serverUrl"], "properties": { "serverUrl": { "type": "string", "format": "uri", "description": "Base URL of the openclaw-egp-server instance (no trailing slash)" } } }, "uiHints": { "serverUrl": { "label": "EGP Server URL", "placeholder": "http://100.123.9.15:8000" } }, "skills": [ "skills/search-procurement-docs", "skills/list-entities", "skills/describe-entity", "skills/fetch-raw-file", "skills/entity-types-glossary", "skills/procurement-analysis" ], "contracts": { "tools": [ "search_procurement_docs", "list_entities", "describe_entity", "fetch_raw_file_url", "entity_types_glossary" ] } }