Beeminder

Beeminder

Beeminder is an online goal-tracking service that uses financial incentives—pledge money on your objectives and forfeit it if you don’t keep up—to help you achieve your goals.

48VIEWS
1USERS

Install MCP Server

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

npx @composio/cli add cursor --app beemindernpx @composio/cli add cursor --app beemindernpx @composio/cli add cursor --app beemindernpx @composio/cli add cursor --app beeminder

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

Available Tools

Authenticate And Redirect User

Tool to authenticate a user and redirect them to a given url. use when sending a user into the beeminder web ui directly after oauth or token validation.

Create Charge

Tool to create a new charge for a user. use when billing a user outside of goal pledges; supports dryrun mode.

Get All Goals

Tool to retrieve all goals for a specified user. use when listing a user's active goals.

Get Archived Goals

Tool to retrieve archived goals for a specified user. use when you need to inspect a user's past archived goals.

Get Beeminder User Information

Tool to retrieve information about a specified beeminder user. use when you need to fetch details like timezone, goals, urgency, or deleted goals after authenticating successfully.

5 actions available