We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/nuljui/stbl-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Task 28: Maintain compatibility
**Difficulty: 3/5 (Moderate)** - **✅ COMPLETED**
## Description
Ensure MCP implementation maintains compatibility with existing Python toolkit.
## Objectives
- Ensure similar function signatures
- Keep consistent error messages
- Maintain API response formats
- Support same use cases
## Success Criteria
- Function signatures consistent
- Error messages match
- Response formats identical
- Use cases supported
## Dependencies
- Task 27: Leverage existing work
## Estimated Time
- 6-8 hours
## Notes
- Compatibility considerations
- Seamless migration path