Skip to main content
Glama

MCP Stock Market

by ctoouli
CLAUDE.md975 B
# CLAUDE.md - MCP Stock Market Project Guide ## Build Commands - Build project: `npm run build` - Run app: `node ./build/index.js` ## Project Structure - TypeScript-based MCP (Model Context Protocol) server - ES modules (type: "module" in package.json) - Source in src/ directory, output in build/ ## Code Style Guidelines - **Imports**: Use ES module imports with .js extension for Node compatibility - **Types**: Use TypeScript interfaces for complex types, zod for schema validation - **Error Handling**: Use try/catch with specific error messages - **Naming**: - camelCase for variables/functions - PascalCase for interfaces/types - ALL_CAPS for constants - **Formatting**: - 4-space indentation - Semicolons required - **API Calls**: Wrap in helper functions with proper error handling - **Response Formatting**: Use consistent structure with proper null checks ## Dependencies - @modelcontextprotocol/sdk: Core MCP functionality - zod: Schema validation

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/ctoouli/mcp-stock-market'

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