Raisely

Raisely

Raisely is a fundraising platform that enables organizations to create and manage online fundraising campaigns.

66VIEWS
1USERS

Install MCP Server

Paste and run this command in your terminal to set up Cursor with MCP

npx @composio/cli add cursor --app raiselynpx @composio/cli add cursor --app raiselynpx @composio/cli add cursor --app raiselynpx @composio/cli add cursor --app raisely

After running the command, restart Cursor to start using the MCP Server.

Available Tools

Retrieve Raisely Api Documentation

Tool to retrieve the raisely api documentation. use when you need the full openapi specification of the raisely api.

Get Available Events

Tool to retrieve a list of available raisely webhook events. use when you need to know all event types raisely can send via webhooks.

Get Campaigns

Tool to retrieve a paginated list of campaigns from raisely. use when you need to list campaigns after obtaining a valid api token.

Raisely Get Campaign Profiles

Tool to list all fundraising profiles in a campaign. use after obtaining a valid campaign uuid.

Retrieve Raisely Posts

Tool to retrieve all posts available on the raisely platform. use when you need to list posts with pagination and sorting.

Raisely Get Profiles

Tool to retrieve all fundraising profiles in a campaign. use when you need to list profiles with optional filters, sorting, and ranking after obtaining a valid api token.

Raisely Get Tags

Tool to retrieve all tags available in the raisely platform. use when you need a paginated list of tags after obtaining a valid api token.

Get User Profiles

Tool to retrieve all profiles associated with a specific user. use when you have a user uuid and need to list both public and optionally private profiles.

Get Users

Tool to retrieve a list of all users in the raisely platform. use when you need a paginated user list with optional sorting and private fields.

Raisely Get Webhooks

Tool to retrieve a list of configured webhooks. use when you need to list all webhook subscriptions for the current campaign after authenticating.

Raisely List Subscriptions

Tool to retrieve a list of subscriptions. use when you need to fetch all subscriptions after authenticating with raisely.

Logout From Raisely

Tool to invalidate the current user's token and log out. use when ending an authenticated raisely session to ensure the token is invalidated.

Create Or Update User

Tool to create or update a user by email. use when you need to upsert a user record based on email.

Get Raisely Available Events

Tool to retrieve a list of available raisely webhook events. use when you need to know all event types raisely can send via webhooks.

Raisely Get Campaigns

Tool to retrieve a list of campaigns from raisely. use when you need to list campaigns with optional search, filtering, sorting, and pagination after obtaining a valid api token.

Raisely Get Users

Tool to retrieve a list of all users in the raisely platform. use when you need a paginated user list, with optional sorting or inclusion of private fields.

16 actions available