Skip to main content
Glama

Fonoster MCP Server

Official
by fonoster
MIT License
118
7,325
  • Apple
  • Linux
verifyEmail.hbs875 B
<!DOCTYPE html> <html> <head> <title>Fonoster - Email Verification</title> <style> body { font-family: Arial, sans-serif; background-color: #f4f4f4; color: #333; line-height: 1.6; padding: 20px; } .container { background: #fff; padding: 20px; } .verification-code { font-size: 1.5em; font-weight: bold; } @media (prefers-color-scheme: dark) { body { background-color: #181818; color: #f4f4f4; } .container { background: #181818; } } </style> </head> <body> <div class="container"> <p>To continue with your Fonoster account, please verify your email with the code below:</p> <p class="verification-code">{{verificationCode}}</p> <p>If you didn't request this code, you can ignore this message.</p> </div> </body> </html>

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/fonoster/fonoster'

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