Skip to main content
Glama

Pangea MCP Server

Official
by pangeacyber
package.json1.38 kB
{ "name": "@pangeacyber/mcp-server", "version": "0.3.0", "description": "A Model Context Protocol (MCP) server that provides integration with Pangea APIs", "license": "Apache-2.0", "publishConfig": { "access": "public" }, "type": "module", "engines": { "node": ">=22.17.0" }, "files": [ "dist", "LICENSE.txt", "README.md" ], "bin": { "mcp-server": "dist/index.mjs" }, "scripts": { "build": "tsdown", "start": "tsx src/index.ts", "lint": "biome check .", "lint:fix": "biome check --write .", "typecheck": "tsc --noEmit", "prepublishOnly": "npm run -s build" }, "workspaces": [ "examples/frameworkless", "examples/langchain", "." ], "dependencies": { "@clack/prompts": "0.11.0", "@modelcontextprotocol/sdk": "1.17.4", "@trpc/server": "11.6.0", "express": "5.1.0", "fastmcp": "3.17.0", "pangea-node-sdk": "5.5.1", "trpc-cli": "0.11.0", "zod": "3.25.76" }, "optionalDependencies": { "@biomejs/cli-linux-x64": "2.2.4" }, "devDependencies": { "@biomejs/biome": "2.2.4", "@kenan/biome-config": "1.0.4", "@standard-schema/spec": "1.0.0", "@tsconfig/node22": "22.0.2", "@types/express": "5.0.3", "@types/node": "22.15.17", "lefthook": "1.13.0", "tsdown": "0.15.1", "tsx": "4.20.5", "typescript": "5.9.2" } }

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/pangeacyber/pangea-mcp-server'

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