We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/kaiye/mcp-fetch-page'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"manifest_version": 3,
"name": "Fetch Page MCP Tools",
"version": "0.3.1",
"description": "Fetch web pages with cookies for MCP tools",
"permissions": [
"cookies",
"activeTab",
"downloads",
"scripting"
],
"host_permissions": [
"<all_urls>"
],
"action": {
"default_popup": "popup.html",
"default_title": "Fetch Page MCP Tools"
},
"background": {
"service_worker": "background.js"
}
}