We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/peternagy1332/json-editor-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"common": {
"welcome": "Welcome to our website",
"goodbye": "See you later",
"loading": "Loading..."
},
"navigation": {
"home": "Home",
"about": "About",
"contact": "Contact"
},
"pages": {
"home": {
"title": "Welcome to Our Platform",
"subtitle": "The best solution for your needs"
},
"about": {
"title": "About Us",
"description": "We are a team of passionate developers"
}
},
"forms": {
"email": "Email address",
"password": "Password",
"submit": "Submit",
"cancel": "Cancel"
}
}