We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/hlee/femini-tokyo-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"name": "feedmob-mcp-server",
"version": "1.0.0",
"description": "MCP server for FeedMob Assistant Internal API",
"type": "module",
"main": "dist/index.js",
"bin": {
"feedmob-mcp-server": "dist/index.js"
},
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"dev": "tsc --watch"
},
"keywords": [
"mcp",
"feedmob",
"ai",
"claude",
"model-context-protocol"
],
"author": "",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.12.0",
"zod": "^3.24.0"
},
"devDependencies": {
"@types/node": "^22.0.0",
"typescript": "^5.7.0"
},
"engines": {
"node": ">=18.0.0"
}
}