Tools and limits
Available MCP tools, security guarantees, and rate limits.
Security
Stashbase MCP tools never reveal or return secret values in tool responses.
Secret values remain encrypted at rest and are only accessible through dedicated secrets APIs with appropriate permissions.
get_secret returns secret metadata and encrypted or contextual details, not raw plaintext secret values.
Available Tools
get_current_auth_detailslist_projectsget_projectcreate_projectupdate_projectdelete_projectlist_environmentsget_environmentcreate_environmentupdate_environmentdelete_environmentlist_webhooksget_webhookcreate_webhookupdate_webhookrotate_webhook_secretdelete_webhookupdate_webhook_statustest_webhooklist_secrets(without values)get_secret(without value)delete_secretlist_secrets_metadataget_secret_metadata
Notes
- API key permissions follow the same rules as the REST API.
- If you rotate or revoke a key, update your MCP client configuration.
Rate Limits
MCP rate limits are shared per API key and resource type:
| Resource Type | Rate Limit (per 60s) |
|---|---|
| General Read | 180 requests |
| General Write | 120 requests |
| Secrets Read | 100 requests |