Server Details
Paid MCP tools for ActionGate treasury safety endpoints.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
See and control every tool call
Available Tools
3 toolspolicy_gateInspect
Apply treasury policy to a proposed action and return allow, deny, or allow-with-limits. Paid via x402. Free tier: 5 calls/day per client.
| Name | Required | Description | Default |
|---|---|---|---|
| actor | Yes | Actor metadata for the agent proposing the action. | |
| action | Yes | Action payload to evaluate. Additional action-specific fields are accepted as passthrough. | |
| policy | Yes | Policy pack input, including policy_id and any policy-specific override values. | |
| context | No | Optional execution context such as chain state, balances, or treasury metadata. | |
| request_id | No | Optional caller-supplied request identifier for tracing and receipts. |
risk_scoreInspect
Score the risk of a proposed agent action before execution. Paid via x402. Free tier: 5 calls/day per client.
| Name | Required | Description | Default |
|---|---|---|---|
| actor | Yes | Actor metadata for the agent proposing the action. | |
| action | Yes | Action payload to evaluate. Additional action-specific fields are accepted as passthrough. | |
| context | No | Optional execution context such as chain state, balances, or treasury metadata. | |
| request_id | No | Optional caller-supplied request identifier for tracing and receipts. |
simulateInspect
Estimate cost, failure risk, and notable side effects for a proposed action. Paid via x402. Free tier: 5 calls/day per client.
| Name | Required | Description | Default |
|---|---|---|---|
| actor | Yes | Actor metadata for the agent proposing the action. | |
| action | Yes | Action payload to evaluate. Additional action-specific fields are accepted as passthrough. | |
| context | No | Optional execution context such as chain state, balances, or treasury metadata. | |
| request_id | No | Optional caller-supplied request identifier for tracing and receipts. |
To claim this server, publish a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [
{
"email": "your-email@example.com"
}
]
}The email address must match the email associated with your Glama account. Once verified, the server will appear as claimed by you.
Control your server's listing on Glama, including description and metadata
Receive usage reports showing how your server is being used
Get monitoring and health status updates for your server
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!