Skip to main content
Glama
Shatale-SASU

Shatale MCP Server

Official
by Shatale-SASU

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SHATALE_API_KEYNoYour Shatale API key (sandbox key sk_sandbox_*). Omit to run in guest mode.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}
prompts
{}
resources
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
explain_shataleA

Entry point. Reports the current mode (GUEST / SANDBOX / blocked PRODUCTION), the tools available in that mode, the recommended first prompt, and how to unlock the same flow in sandbox. Call this first. No API key required.

simulate_purchase_flowA

Simulates the Shatale agent payment lifecycle in guest mode: policy check, approval decision (approved / declined / requires_approval), virtual card step and timeline. No real API call or payment is made. Use this before registering for a sandbox key.

generate_policy_templateB

Generates a spending policy template for a use case AND validates it: risk level, warnings, and recommended controls (approval threshold, max transaction, blocked categories). Never returns a silently unsafe policy. No API key required.

list_capabilitiesA

Lists all capabilities currently available on this MCP server, based on the configured API key mode.

list_mcc_codesA

Search or list MCC (Merchant Category Codes) used for spending policy configuration.

search_merchantsA

Search the Shatale merchant catalog. Find merchants by category, capability, keyword, or country. Returns merchants with their MCP capabilities so you can determine which merchants support agent-driven purchases.

get_merchant_detailsA

Get detailed information about a specific merchant, including their MCP server configuration, available tools, rate limits, and capabilities. Use this after search_merchants to get integration details.

Prompts

Interactive templates invoked by user choice

NameDescription
shopping-agentCreate a shopping agent with budget and category restrictions
travel-agentCreate a travel booking agent for hotels and flights
policy-designerDesign a spending policy for an AI agent
test-my-setupTest an existing agent setup with various transaction scenarios

Resources

Contextual data attached and managed by the client

NameDescription
Shatale Quickstart Guide5-minute guide to get started with Shatale AI agent payments
Policy Engine GuideHow Shatale policies and skills control agent spending
Vertical Use CasesExamples of AI agent payment setups for different industries

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/Shatale-SASU/shatale-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server