Skip to main content
Glama

Apifox MCP Server

package.json1.21 kB
{ "name": "@juzi965/apifox-mcp-server", "version": "0.1.3", "description": "Apifox Tool for MCP", "private": false, "type": "module", "main": "./build/index.js", "bin": { "apifox-mcp": "./build/index.js" }, "files": [ "build" ], "engines": { "node": ">=20" }, "publishConfig": { "access": "public" }, "keywords": [ "apifox", "mcp", "modelcontextprotocol", "apifox-mcp", "apifox-mcp-server", "api endpoint" ], "author": "Juzisuan965", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/Juzisuan965/apifox-mcp" }, "homepage": "https://github.com/Juzisuan965/apifox-mcp", "scripts": { "build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"", "prepare": "npm run build", "watch": "tsc --watch", "inspector": "npx @modelcontextprotocol/inspector build/index.js", "start": "node build/index.js" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.12.0", "@types/express": "^5.0.2", "axios": "^1.9.0", "express": "^5.1.0", "zod": "^3.25.32" }, "devDependencies": { "@types/node": "^20.11.24", "typescript": "^5.3.3" } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Juzisuan965/apifox-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server