home / mcp / pawsome pet care mcp server
MCP server authendication using asgardeo identity server
Configuration
View docs{
"mcpServers": {
"bin4yi-secure-ai-agent-with-asgardeo-and-mcp": {
"url": "http://localhost:8000/mcp",
"headers": {
"JWKS_URL": "https://api.asgardeo.io/t/your-tenant/oauth2/jwks",
"CLIENT_ID": "your-client-id",
"AUTH_ISSUER": "https://api.asgardeo.io/t/your-tenant",
"OPENAI_API_KEY": "sk-..."
}
}
}
}Retrieves the internal user ID by email address, used to map authenticated users to their MCP data.
Lists all pets owned by a given user ID, enabling multi-pet context handling.
Fetches vaccination history and upcoming due dates for a specific pet.
Books veterinary appointments for a selected pet and returns confirmation details.
Cancels an existing veterinary appointment for a pet.
AI-powered pet name suggestions using an OpenAI integration.