GET4AGENT MARKET
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
Related MCP server: APIbase
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.
Maintenance
Related MCP Servers
- Alicense-qualityCmaintenanceMCP server for AgentPay — the payment gateway for autonomous AI agents. Fund a wallet once, give your agent the key, and it discovers, provisions, and pays for tool APIs on its own. One key, every tool.1121MIT
- AlicenseAqualityAmaintenanceUnified MCP gateway for AI agents with 56+ tools and growing. Travel (Amadeus, Sabre GDS), e-commerce, local services, financial markets (Polymarket), and marketing APIs — all through a single endpoint. Pay-per-call via x402 micropayments in USDC.100358MIT
- Alicense-qualityAmaintenance62 real-time data tools for AI agents via MCP. Finance, crypto, FMCSA, sanctions, courts, weather, vehicles, cybersecurity. One bearer token, one bill. Free tier available.MIT
- Alicense-qualityCmaintenanceA unified MCP server providing AI agents with 40+ developer APIs including geolocation, crypto prices, DNS lookup, and web scraping. Enables natural language access to various tools through a single gateway.1MIT
Related MCP Connectors
Singapore property & financial data APIs for AI agents. 27 MCP tools. x402 micropayments.
MCP server connecting AI agents to non-custodial staking data across 130+ networks.
A paid remote MCP for AI SDK MCP gateway registry, built to return verdicts, receipts, usage logs, a
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/abay94/get4agent-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server