Skip to main content
Glama

SEC MCP

by LuisRincon23
MIT License
4
  • Apple
  • Linux
.gitignore744 B
# Python __pycache__/ *.py[cod] *$py.class *.so .Python env/ venv/ .venv/ ENV/ env.bak/ venv.bak/ # Virtual environments .uv/ .venv/ # IDE .vscode/ .idea/ *.swp *.swo *~ # OS .DS_Store Thumbs.db # Logs *.log logs/ mcp-server-*.log # Cache /tmp/ cache/ *_cache/ *.cache # Data files *.csv *.xlsx *.json \!claude_desktop_config.json \!pyproject.toml \!package.json # Sensitive data .env .env.local secrets/ credentials/ # Test coverage htmlcov/ .coverage .coverage.* coverage.xml *.cover .pytest_cache/ # Build artifacts build/ dist/ *.egg-info/ .eggs/ # Documentation build docs/_build/ site/ # Temporary files *.tmp *.temp *.bak # Database *.db *.sqlite *.sqlite3 # MCP specific mcp_cache/ data_quality_report.json EOF < /dev/null

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/LuisRincon23/SEC-MCP'

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