Model Context Protocol

Stileex MCP server

This is the MCP endpoint for the Stileex data catalog: Madagascar exchange rates and key economic indicators, queryable directly by AI agents and assistants.

Connect

Add this URL as an MCP server in your assistant:

https://mcp.stileex.xyz

It speaks JSON-RPC 2.0 over HTTP POST (MCP protocol 2025-06-18). Public data products are open (no key); paid ones require a Stileex API key (Authorization: Bearer) and an entitlement, and otherwise return a machine-readable “payment required” signal.

curl -X POST https://mcp.stileex.xyz \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'

What you can query