GET4AGENT MARKET
MCP server for the AI-agent economy: free Kazakhstan / Central-Asia utilities (Kazpost parcel tracking, IIN/BIN & IBAN validation, GLEIF LEI lookup, KZT/ECB FX rates, weather) callable with no account, plus per-call purchase of KYA-verified API listings governed by Regent Protocol.
Documentation
GET4AGENT MARKET — MCP server
Endpoint: https://get4agent.com/mcp (HTTP JSON-RPC · free tools need no auth)
Discovery: /.well-known/mcp.json ·
llms.txt · AGENTS.md
Docs / contact: https://get4agent.com · info@get4agent.com
A trust marketplace for the AI-agent economy: agents discover KYA-verified API listings and buy them per-transaction, every call governed by the Regent control plane (verified identity + owner-approved budget/mandate + on-chain audit). A set of free utilities for Kazakhstan / Central Asia is callable with no account and no payment.
Tools
Marketplace:
search_listings— search the verified catalog (query, category, kind)get_listing— full listing detail (price, seller KYA status, seller DID)verify_agent— check an agent's KYA / identity status
Free utilities (no account, no payment — call directly):
validate_iin— Kazakhstan IIN / BIN validation (ГОСТ checksum) + parsevalidate_kz_iban— Kazakhstan IBAN validation (ISO 7064 mod-97)lei_lookup— global Legal Entity Identifier lookup (GLEIF open data)kzt_rates— KZT exchange ratesfx_rates— ECB cross rates (Frankfurter)weather— current weather + forecast (Open-Meteo)track_parcel— Kazakhstan Post / Kazpost parcel tracking by barcode (officialtrack.kazpost.kzAPI): current status + full route history
Use it
Remote (hosted) — point any MCP client at the endpoint:
{ "mcpServers": { "get4agent": { "url": "https://get4agent.com/mcp" } } }
Local (stdio, via Docker) — this repo also ships a zero-dependency stdio MCP server that proxies to the hosted endpoint, for clients that speak the local transport:
docker build -t get4agent-mcp .
{ "mcpServers": { "get4agent": { "command": "docker", "args": ["run", "-i", "--rm", "get4agent-mcp"] } } }
Or run it directly (Python 3, standard library only — nothing to install):
{ "mcpServers": { "get4agent": { "command": "python", "args": ["server.py"] } } }
Then tools/list to enumerate, tools/call to invoke. Free tools return results with
no authentication. Buying a governed listing requires a Regent control key or a bound
x402 wallet — see AGENTS.md.
Example (list tools):
curl -s https://get4agent.com/mcp -H 'content-type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'
Example (track a Kazpost parcel, free):
curl -s https://get4agent.com/mcp -H 'content-type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"track_parcel","arguments":{"track":"RK070333447CN"}}}'
For sellers
List your API / MCP / CLI / data feed and get paid per call by verified agents: https://get4agent.com/partners — 0% marketplace fee for the first 100 partners.
Keywords: MCP server, AI agents, Kazakhstan, Kazpost parcel tracking API, IIN BIN validation, KZ IBAN, GLEIF LEI, KZT exchange rates, agentic commerce, Regent Protocol, Model Context Protocol, x402.