feat: add Previly personal finance MCP server#59
Open
armandleopold wants to merge 1 commit intolobehub:mainfrom
Open
feat: add Previly personal finance MCP server#59armandleopold wants to merge 1 commit intolobehub:mainfrom
armandleopold wants to merge 1 commit intolobehub:mainfrom
Conversation
Reviewer's guide (collapsed on small PRs)Reviewer's GuideAdds a new MCP plugin configuration for the Previly personal finance assistant, wiring it into the project as a JSON manifest that describes its endpoint, capabilities, and auth/transport details. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Hey - I've left some high level feedback:
- Since this server uses OAuth 2.1 via Clerk, consider explicitly documenting in the JSON manifest the exact auth flow details (auth URL, token URL, scopes, and required headers) so client implementations don’t have to guess how to obtain and attach credentials.
- With 33 tools exposed, it may be worth grouping or namespacing related tools (e.g., budgeting, tax, accounting) in the manifest and ensuring their names/descriptions are narrowly scoped so that agents can reliably pick the correct one for common finance tasks.
Prompt for AI Agents
Please address the comments from this code review:
## Overall Comments
- Since this server uses OAuth 2.1 via Clerk, consider explicitly documenting in the JSON manifest the exact auth flow details (auth URL, token URL, scopes, and required headers) so client implementations don’t have to guess how to obtain and attach credentials.
- With 33 tools exposed, it may be worth grouping or namespacing related tools (e.g., budgeting, tax, accounting) in the manifest and ensuring their names/descriptions are narrowly scoped so that agents can reliably pick the correct one for common finance tasks.Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
New Plugin: Previly - Personal Finance Assistant
Identifier:
previly-financeMCP Endpoint:
https://app.previly.com/mcpWebsite: previly.com
Description
Previly is a personal finance SaaS with an integrated AI agent. The MCP server exposes 33 tools:
Auth: OAuth 2.1 (Clerk)
Transport: Streamable HTTP
Summary by Sourcery
New Features:
previly-financeMCP server configuration for the Previly personal finance SaaS.