We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/reilly3000/tool-plaid'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
AGENTS.md•593 B
The purpose of this repo is to make an Agent that can expose the following tools:
- sync_transactions
- get_balance
It should be able to manage auth using secure practices.
It writes its data to text files for development, but Postgresql for prod.
RULES:
- Write good tests, and lots of them. We're dealing with people's money here.
- Use Python best practices and modern tooling
- Store data securely or not at all
- Follow Plaid API spec and mind any breaking changes
- Look for examples in the space and see if you can use it for inspiration.
Good luck, we're all counting on you!