We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/sumup/sumup-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
CONTRIBUTING.md•548 B
# Contributing
## Development
```sh
npm install
npm run dev
```
To test the server, you can use for example [MCP Inspector](https://github.com/modelcontextprotocol/inspector):
```sh
npx @modelcontextprotocol/inspector
```
When testing locally against changes in `@sumup/agent-toolkit` install it using `npm i ../path/to/agent-toolkit`.
## Conventional Commits
We rely on [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) which are used to generate changelog. All PR titles must follow the conventional commits standard.