We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ag2-mcp-servers/open-policy-agent-opa-rest-api'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"server": {
"url": "https://events.1password.com"
},
"authentication": [
{
"schema_parameters": {
"scheme": "bearer"
},
"type": "http",
"value": "BEARER_TOKEN"
}
],
"operations": [
{
"description": "Performs introspection of the provided Bearer JWT token",
"name": "get_auth_introspect"
},
{
"description": "This endpoint requires your JSON Web Token to have the *signinattempts* feature.",
"name": "get_sign_in_attempts"
}
]
}