Skip to main content
Glama

Macrostrat MCP Server

by blake365
package.json1.01 kB
{ "name": "macrostrat", "version": "1.0.0", "main": "index.js", "module": "./src/index.ts", "type": "module", "bin": { "macrostrat": "./build/index.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "npx @smithery/cli build", "build:stdio": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"", "build:http": "npx @smithery/cli build", "dev": "npx @smithery/cli dev", "dev:stdio": "tsx src/index.ts", "start": "tsx src/index.ts" }, "files": [ "build" ], "keywords": ["macrostrat", "geology", "stratigraphy"], "author": "Blake Morgan", "license": "MIT", "description": "Macrostrat MCP Server - Access geological data, rock units, formations, and stratigraphic information worldwide", "dependencies": { "@modelcontextprotocol/sdk": "^1.0.4", "@types/node": "^22.10.2", "node-fetch": "^3.3.2", "typescript": "^5.7.2", "zod": "^3.24.1" }, "devDependencies": { "@smithery/cli": "^1.2.20", "tsx": "^4.20.5" } }

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/blake365/macrostrat-mcp'

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