Corpus Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Corpus Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
A Model Context Protocol (MCP) server for the Corpus Tracker application. This server allows AI assistants (like Claude) to securely interact with your financial portfolio, enabling them to fetch holdings, analyze net worth, and manage transactions.
get_my_profile: Get the current user's profile and settings.list_corpora: List all corpora (profiles) the user belongs to.get_portfolio_summary: Get aggregated net worth, asset breakdown, and liabilities.get_top_holdings(limit): Get top holdings by value.get_portfolio_history: Get portfolio history.list_gold_holdings: List all gold holdings.add_gold_holding(weight_grams, purchase_price, purchase_date): Add a new gold holding.delete_gold_holding(holding_id): Delete a gold holding by ID.live_gold_price(): Get live gold price.history_of_gold_price(limit): Get history of gold price.list_stock_holdings: List all stock holdings.add_stock_holding(symbol, quantity, avg_price): Add a new stock holding.update_stock_holding(holding_id, symbol, quantity, avg_price): Update an existing stock holding.delete_stock_holding(holding_id): Delete a stock holding by ID.live_stock_price(symbol): Get live stock price.history_of_stock_price(symbol, limit): Get history of stock price.list_transactions(start_date, end_date, category, type, limit): List transactions with filters.add_transaction(type, amount, category, description, date): Add a new income or expense transaction.delete_transaction(txn_id): Delete a transaction by ID.get_cashflow_trend(days): Get income vs expense trend for the last N days.search_stock_symbol(query): Search for stock symbols.add_stock_transaction(symbol, holding_id, transaction_type, quantity, price_per_share, transaction_date, notes): Add a new stock transaction.list_mutual_fund_holdings: List all mutual fund holdings.list_emergency_fund_holdings: List all emergency fund holdings.add_emergency_fund_contribution(amount, date, source, notes): Add a new emergency fund contribution.pip install corpus-mcpThe server requires two environment variables to connect to your backend:
API_URL: The URL of your Corpus Tracker backend API (e.g., https://my-corpus.vercel.app/api/v1).API_KEY: Your personal API Key generated from the Corpus Tracker settings.You can run the server directly:
# Set environment variables
export API_URL="https://my-corpus.vercel.app/api/v1"
export API_KEY="sk_..."
# Run the server
corpus-mcpAdd the following configuration to your claude_desktop_config.json:
{
"mcpServers": {
"corpus-tracker": {
"command": "uvx",
"args": [
"corpus-mcp"
],
"env": {
"API_URL": "https://my-corpus.vercel.app/api/v1",
"API_KEY": "your_api_key_here"
}
}
}
}To install dependencies and run locally:
# Install dependencies
pip install .
# Run dev server
corpus-mcpMIT
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.