Skip to main content
Glama

Flatfile MCP Server

by FlatFilers
package.json1.22 kB
{ "name": "@flatfile/mcp-server", "version": "0.1.1", "description": "MCP Server for Flatfile's API.", "license": "ISC", "author": "Flatfile, Inc.", "homepage": "https://flatfile.com", "bugs": "https://github.com/FlatFilers/mcp-server-flatfile/issues", "module": "index.ts", "type": "module", "bin": { "mcp-server-flatfile": "dist/index.js" }, "files": [ "dist", "package.json", "README.md" ], "scripts": { "build": "tsc && shx chmod +x dist/*.js", "prepare": "npm run build", "watch": "tsc --watch", "check": "biome check && bun check:types", "check:types": "tsc --noEmit", "fix": "biome check --write", "ci": "bun run build && bun run check", "release": "npm run ci && np --no-tests" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.10.2", "node-fetch": "^3.3.2", "zod": "^3.24.3" }, "devDependencies": { "@biomejs/biome": "1.9.4", "@types/bun": "latest", "np": "^10.2.0", "npm-check-updates": "^18.0.1", "shx": "^0.4.0", "typescript": "^5.8.3" }, "repository": { "type": "git", "url": "https://github.com/FlatFilers/mcp-server-flatfile.git" }, "packageManager": "bun@1.2.10" }

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/FlatFilers/mcp-server-flatfile'

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