Skip to main content
Glama

Financial News and Notes MCP Server

MIT License
129
199
  • Apple
  • Linux
package.json1.04 kB
{ "name": "finance-mcp", "version": "4.3.0", "description": "A Model Context Protocol server", "type": "module", "bin": { "finance-mcp": "./build/index.js" }, "files": [ "build" ], "scripts": { "build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755'); try{require('fs').chmodSync('build/httpServer.js','755')}catch(e){}\"", "prepare": "npm run build", "watch": "tsc --watch", "inspector": "npx @modelcontextprotocol/inspector build/index.js", "dev": "node build/httpServer.js", "setup": "node build-setup.js", "start:http": "node build/httpServer.js", "start:stdio": "node build/index.js", "start:sse": "npx supergateway --stdio \"node build/index.js\" --port 3100" }, "dependencies": { "@modelcontextprotocol/sdk": "0.6.0", "cors": "^2.8.5", "dotenv": "^16.3.1", "express": "^4.19.2" }, "devDependencies": { "@types/cors": "^2.8.17", "@types/express": "^4.17.21", "@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/guangxiangdebizi/my-mcp-server'

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