Documentation Index
Fetch the complete documentation index at: https://docs.getmcp.com/llms.txt
Use this file to discover all available pages before exploring further.
curl --request GET \
--url https://yoursite.com/wp-json/getmcp/v1/settings \
--header 'Authorization: Bearer gmcp_your_api_key'
{
"default_rate_limit": 60,
"default_timeout": 30,
"log_retention_days": 30,
"analytics_retention_days": 90,
"log_response_data": false,
"enable_health_checks": true,
"health_check_interval": 60,
"notification_email": "[email protected]",
"enable_email_alerts": false,
"usage_alert_threshold": 1000,
"keep_data_on_uninstall": false
}
Response Fields
Default rate limit (requests per minute) applied to new servers.
Default request timeout in seconds for new tools.
How many days to retain call log entries.
How many days to retain aggregated daily analytics.
Whether to store API response bodies in call logs.
Whether background health checks are enabled.
Health check interval in minutes.
Email address for alert notifications.
Whether email alerts are enabled.
Calls per hour threshold for triggering an email alert.
If true, database tables and options are preserved when the plugin is deleted.