Skip to main content
Glama

YAPI Interface MCP Server

by Gorvey
package.json1.63 kB
{ "name": "yapi-get-interface-mcp", "version": "0.1.2", "description": "一个用于获取YAPI接口详情的MCP服务器", "type": "module", "bin": { "yapi-get-interface-mcp": "dist/index.cjs" }, "main": "dist/index.cjs", "files": [ "dist/**/*", "README.md", "YAPI_USAGE.md" ], "keywords": [ "mcp", "yapi", "api", "interface", "modelcontextprotocol" ], "author": "me@cooool.fun", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/Gorvey/yapi-get-interface-mcp.git" }, "homepage": "https://github.com/Gorvey/yapi-get-interface-mcp#readme", "bugs": { "url": "https://github.com/Gorvey/yapi-get-interface-mcp/issues" }, "scripts": { "clean": "rimraf dist", "build": "pnpm run clean && rslib build", "prepare": "pnpm run build", "watch": "rslib build --watch", "inspector": "npx @modelcontextprotocol/inspector dist/index.js", "start": "pnpm run build && node dist/index.js", "dev": "pnpm run build && node dist/index.js --email user@example.com --password pass --url https://yapi.example.com --project-id 123", "prepublishOnly": "pnpm run build" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.9.0", "axios": "^1.6.0", "yargs": "^17.7.2", "zod": "^3.22.4" }, "devDependencies": { "@rslib/core": "^0.7.1", "@types/fs-extra": "^11.0.4", "@types/js-beautify": "^1.14.3", "@types/node": "^22.14.1", "@types/yargs": "^17.0.32", "rimraf": "^5.0.0" }, "packageManager": "pnpm@10.0.0", "engines": { "node": ">=18.0.0" } }

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/Gorvey/yapi-get-interface-mcp'

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