We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/r3e-network/neo-n3-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
User-agent: *
Allow: /
# Sitemaps
Sitemap: https://neo-n3-mcp.netlify.app/sitemap.xml
# Crawl-delay (optional)
Crawl-delay: 1
# Disallow admin or private areas (if any)
# Disallow: /admin/
# Disallow: /private/
# Allow specific important pages
Allow: /docs/
Allow: /examples/
Allow: /assets/
# Block access to development files (if accidentally deployed)
Disallow: *.json$
Disallow: *.toml$
Disallow: /node_modules/
Disallow: /.git/
Disallow: /.env
Disallow: /package-lock.json
Disallow: /yarn.lock
# Allow common file types
Allow: /*.css$
Allow: /*.js$
Allow: /*.png$
Allow: /*.jpg$
Allow: /*.jpeg$
Allow: /*.gif$
Allow: /*.svg$
Allow: /*.webp$
Allow: /*.ico$
Allow: /*.pdf$