Skip to main content
Glama

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) + parse

  • validate_kz_iban — Kazakhstan IBAN validation (ISO 7064 mod-97)

  • lei_lookup — global Legal Entity Identifier lookup (GLEIF open data)

  • kzt_ratesKZT exchange rates

  • fx_rates — ECB cross rates (Frankfurter)

  • weather — current weather + forecast (Open-Meteo)

  • track_parcelKazakhstan Post / Kazpost parcel tracking by barcode (official track.kazpost.kz API): 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.

Install Server
F
license - not found
B
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Related MCP Servers

  • A
    license
    -
    quality
    C
    maintenance
    MCP 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.
    112
    1
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    Unified 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.
    100
    35
    8
    MIT
  • A
    license
    -
    quality
    A
    maintenance
    62 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
  • A
    license
    -
    quality
    C
    maintenance
    A 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.
    1
    MIT

View all related MCP servers

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

View all MCP Connectors

Latest Blog Posts

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