We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/activepieces/activepieces'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
import createContact from './create-contact';
import createCompany from './create-company';
import getContacts from './get-contacts';
import getRecords from './get-records';
import createRecord from './create-record';
import updateRecord from './update-record';
import customOdooApiCall from './custom-api-call';
export default [
getContacts,
createContact,
createCompany,
getRecords,
createRecord,
updateRecord,
customOdooApiCall,
];