Skip to main content
Glama
valid-tokens.json732 B
{ "wordpress_com_token": { "access_token": "sample_access_token_wordpress_com", "token_type": "Bearer", "expires_in": 3600, "scope": "global", "obtained_at": 1704067200000, "refresh_token": "sample_refresh_token_wordpress_com" }, "self_hosted_token": { "access_token": "sample_access_token_self_hosted", "token_type": "Bearer", "expires_in": 7200, "scope": "basic", "obtained_at": 1704067200000, "refresh_token": "sample_refresh_token_self_hosted" }, "expired_token": { "access_token": "expired_access_token", "token_type": "Bearer", "expires_in": 3600, "scope": "global", "obtained_at": 1704063600000, "refresh_token": "expired_refresh_token" } }

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/Automattic/mcp-wordpress-remote'

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