Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Crypto Finance AI Agents: Claude MCP & Safe Course
5 students

Crypto Finance AI Agents: Claude MCP & Safe Course

Build crypto accounting, a multi-chain dashboard, and Safe payment workflows with Claude, MCP, APIs, GitHub, and Vercel
Last updated 8/2026
English
English

What you'll learn

  • Build and deploy a multi-chain crypto portfolio dashboard using Claude, APIs, GitHub, and Vercel.
  • Connect Claude to crypto accounting data through MCP and APIs to analyze transactions in natural language.
  • Automate crypto transaction categorization and create repeatable accounting rules for Xero-ready workflows.
  • Configure a Safe multisig workflow where an AI proposer drafts payments while human signers retain final control.
  • Protect API keys, wallets, and sensitive configuration across local development and cloud deployment.
  • Diagnose MCP, API, SDK, RPC, and deployment errors by using Claude to interpret logs and guide fixes.

Course content

4 sections17 lectures1h 33m total length
  • AI, Crypto Finance, and Vibe Coding6:05

    The lesson explains the three core components of this AI setup: context, memory, and skills. Context means giving AI access to the information you already use, such as Notion, Slack, Telegram, email, Google Drive, and databases. Memory means structuring that information so AI understands what is important and what the current state of work is. Skills are workflows and automations built on top of that context and memory.


    The second part of the lesson shifts into more practical crypto use cases and vibe coding. The first exercise is about connecting a custom MCP inside Claude Code/Cowork. The tool used for the exercise is Breezing, a crypto accounting subledger. Before starting the setup, the lesson introduces the difference between API, MCP, and CLI: APIs are specific app-to-app connections, MCP is a more universal protocol that lets AI tools communicate with external tools in a structured way, and CLI is a powerful but riskier developer-style interface.


    The lesson ends by starting a new Claude task and asking Claude to help connect the Breezing MCP, showing that even technical setup steps can often be handled through plain-language instructions.

    Key topics covered:

    • Recap of the personal AI operating system

    • Context, memory, and skills as the core AI workflow components

    • Using AI for crypto, accounting, and finance

    • Practical vibe coding workflow

    • What APIs are

    • What MCP is and why it matters for AI tools

    • What CLI is and why it is powerful but risky

    • Connecting a custom MCP in Claude

    • Starting a new project/task in Claude

    • Using Breezing as a crypto accounting subledger example

  • Welcome to MTF1:15
  • Connecting Breezing MCP and Adding Wallets5:58

    In this lesson, we continue the MCP setup exercise by connecting Breezing, a crypto accounting subledger, to Claude/Cowork as a custom connector. The lesson starts with a short explanation of model choice: for many practical setup tasks, a faster model like Sonnet may be enough, while more complex reasoning tasks may require a stronger model like Opus.


    The walkthrough then shows Claude finding the Breezing MCP documentation and generating a setup plan. The first practical step is creating a Breezing API key from the account settings. The lesson explains how to choose the relevant companies, decide between read-only and read/write access, and why it is safer to start with read-only permissions. It also highlights an important security point: the API key must be copied immediately because it will not be visible again later.


    Next, the lesson shows how to add Breezing as a custom connector in Claude/Cowork by going to settings, opening connectors, adding the MCP address, and authorizing the connection with the newly created API key. It also explains that some organizations may disable custom connectors for regular users, in which case admin approval is needed.


    Finally, the lesson reviews the connected Breezing MCP and its available permissions. With read-only access, Claude can retrieve information such as companies, assets, and rules. The broader idea is that MCP lets you “speak with your data” directly through AI, without manually navigating the external app’s interface.

    Key topics covered:

    • Choosing between Claude models for different tasks

    • Letting Claude find MCP documentation

    • Creating a Breezing API key

    • Read-only vs read/write API access

    • API key security and one-time visibility

    • Adding a custom connector in Claude/Cowork

    • Connecting Breezing MCP

    • Understanding connector permissions

    • Using MCP to query accounting data through AI

    • Admin restrictions for custom connectors

  • Using Breezing MCP: Accounting Rules, Categorization, and Xero Sync6:39

    In this lesson, we test the Breezing MCP connection and show how it can be used to analyze real crypto accounting data directly from Claude/Cowork. The lesson begins by confirming that the MCP is connected, that the available entities are visible, and that the current API key has read-only access. It also briefly shows how API key permissions could be edited later, while keeping read-only access for the exercise.


    The main exercise is asking Claude to summarize May 2026 transactions for the Foundation and suggest accounting rules that could be applied. The lesson explains the core value of MCP: instead of manually navigating the Breezing interface, users can ask questions in natural language and receive aggregated transaction analysis directly inside Claude.

    The walkthrough also shows how Claude can identify transaction patterns and recommend automation rules. Examples include rules for internal transfers, contractor expenses, known vendors such as audit providers, trading transactions, gains/losses, and bank withdrawals. The lesson emphasizes that these rules could later be implemented by simply instructing Claude which recommendations to apply, but write access should only be enabled after careful review.

    The broader takeaway is that MCPs let finance and accounting teams work with real operational data in a conversational way: querying, summarizing, categorizing, and preparing automation logic without manually digging through the external tool’s interface.

    Key topics covered:

    • Confirming Breezing MCP connection

    • Reviewing available entities and permissions

    • Keeping API access read-only for safety

    • Querying crypto accounting data through Claude

    • Summarizing monthly transactions

    • Asking for accounting rule recommendations

    • Identifying internal transfers

    • Creating vendor-based categorization rules

    • Classifying trading transactions and gains/losses

    • Using MCP for natural-language data analysis

    • Understanding when write access may be needed later

Requirements

  • Basic familiarity with crypto wallets, blockchain transactions, and finance operations is helpful but not required.
  • No advanced programming experience is required. You should be comfortable using browser-based tools, prompts, and dashboards.
  • Access to Claude, Claude Code, or a comparable AI coding environment is recommended for following the practical exercises.
  • Some demonstrations use services such as GitHub, Vercel, Safe, Moralis, Breezing, and Xero. You may need to create your own accounts or API keys.
  • Use test data and non-production wallets while learning. Always review AI-generated outputs before using them in financial workflows.

Description

Build practical AI agents for crypto finance operations—without needing an advanced software engineering background.


This hands-on course shows you how to use Claude, Model Context Protocol (MCP), APIs, and natural-language development to work with crypto accounting data, build a multi-chain portfolio dashboard, and create a human-supervised payment workflow with Safe.


Instead of treating AI as a simple chat interface, you will learn how to give it structured context, connect it to external tools, and use it as a practical assistant for finance analysis, application development, debugging, and operational execution.


WHAT YOU WILL BUILD

The course is organized around three practical projects.

  1. Crypto Accounting and Transaction Analysis with MCP

Connect Claude to crypto transaction data using Breezing MCP and APIs. Query financial activity in natural language, identify transaction patterns, categorize activity, and develop repeatable accounting rules that can support downstream systems such as Xero.

  1. Multi-Chain Crypto Portfolio Dashboard

Build an interactive portfolio dashboard using Claude and the Moralis API. Add wallet inputs, retrieve multi-chain balances, manage local data, create an administrative workflow, and deploy the application through GitHub and Vercel.

  1. AI-Assisted Safe Payment Workflow

Create a secure treasury workflow using Safe, formerly known as Gnosis Safe. Configure an isolated proposer wallet, add vendors, prepare transaction proposals, and interact with on-chain payment flows while retaining human approval and final signing authority.


WHAT YOU WILL LEARN

By completing the course, you will learn how to:

• Connect Claude to external finance tools through MCP and APIs

• Analyze crypto transactions using conversational queries

• Create repeatable transaction categorization and accounting rules

• Build a multi-chain crypto portfolio dashboard

• Work with wallet addresses, API keys, JSON data, and local storage

• Publish an AI-built application using GitHub and Vercel

• Configure environment variables for local and cloud deployments

• Understand Safe multisigs, signer wallets, and proposer permissions

• Build a human-in-the-loop payment proposal workflow

• Interpret API, SDK, RPC, and deployment errors with Claude

• Improve an AI-generated application through iterative debugging


A PRACTICAL APPROACH TO AI-ASSISTED DEVELOPMENT

AI-assisted development is rarely a perfectly linear process. This course includes real debugging and iteration rather than presenting an artificially flawless demonstration.

You will see how to work through environment mismatches, API errors, deployment problems, and unexpected application behavior. You will learn how to provide logs to Claude, review proposed changes, inspect results, and improve the application step by step.

The objective is not to memorize code. It is to learn how to define requirements, communicate with an AI coding system, evaluate its output, and guide a project from an initial idea to a working deployment.


SECURITY AND HUMAN CONTROL

Financial automation requires appropriate controls.

The course explains how to protect API keys with environment variables, separate local and cloud configuration, limit wallet permissions, and avoid giving an AI agent unrestricted control over funds.

In the Safe payment project, the AI-assisted proposer can prepare transaction proposals, but authorized human signers retain final approval and signing authority.


WHO THIS COURSE IS FOR

This course is designed for crypto accountants, finance professionals, treasury and operations teams, Web3 founders, analysts, automation specialists, and practical builders.

It is especially relevant if you want to:

• Reduce repetitive crypto finance work

• Analyze transaction data more efficiently

• Build internal dashboards without assembling a large development team

• Explore Claude, MCP, and AI agents through a real financial use case

• Introduce automation while preserving human review and financial controls

This is not a cryptocurrency trading or investment course. It focuses on accounting data, finance operations, dashboards, application development, and secure payment workflows.


ABOUT MTF INSTITUTE

MTF Institute of Management, Technology and Finance is a global educational and research institute headquartered in Lisbon, Portugal.

MTF provides professional education in business, technology, banking, and finance and has taught more than one million learners worldwide. Its research activities cover artificial intelligence, machine learning, data science, blockchain, cryptocurrency, digital assets, fintech, and digital transformation.


CERTIFICATES AND PROFESSIONAL VISIBILITY

After meeting the applicable completion requirements, learners can receive a Udemy course completion certificate and access the MTF Institute credential process for an additional MTF certificate and student ID.

You will also be encouraged to present your dashboard or payment workflow as a portfolio project and describe the skills developed through the course on your professional profile.


START BUILDING

Enroll now to build a practical AI-powered operating system for crypto finance—covering transaction analysis, accounting workflows, portfolio dashboards, cloud deployment, Safe multisig payments, and human-supervised AI agents.

Who this course is for:

  • Crypto finance, accounting, treasury, and operations professionals who want to reduce manual reporting and reconciliation work.
  • Web3 founders and operations managers who need practical dashboards, payment workflows, and internal finance tools.
  • Financial analysts and crypto accountants who want to analyze transaction data and develop repeatable accounting rules with AI.
  • Vibe coders, automation specialists, and indie hackers who want to apply Claude and MCP to a real-world financial project.
  • Finance professionals exploring how human-supervised AI agents can support secure crypto operations without replacing financial controls.
  • This course is not designed for cryptocurrency trading or investment speculation. It focuses on finance operations, accounting data, dashboards, automation, and payments.