We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/wlmwwx/jina-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"name": "jina-mcp",
"version": "1.2.0",
"private": true,
"scripts": {
"deploy": "wrangler deploy",
"dev": "wrangler dev",
"format": "biome format --write",
"lint:fix": "biome lint --fix",
"start": "wrangler dev",
"cf-typegen": "wrangler types",
"type-check": "tsc --noEmit"
},
"dependencies": {
"@modelcontextprotocol/sdk": "1.17.1",
"agents": "^0.0.109",
"yaml": "^2.8.1",
"zod": "^3.25.67"
},
"devDependencies": {
"@biomejs/biome": "^2.1.3",
"@types/node": "^24.2.1",
"typescript": "5.8.3",
"wrangler": "^4.28.1"
}
}