MCP server for Monite's AI features - enables AI agents to access financial data automation and insights for Monite platform users.
Project description
Monite MCP Server
This project provides a Monite MCP (Model Context Protocol) server that seamlessly integrates Monite's advanced AI functionalities as tools for AI agents and AI-driven applications. It offers a streamlined solution for Monite's onboarded clients to leverage AI-driven insights and automation with their financial data, enhancing operational efficiency and decision-making capabilities.
This server is specifically designed to be valuable and easily usable for Monite customers, allowing them to extend their Monite platform experience with powerful AI capabilities.
Status: The MCP server is ready for use but is under active development. New tools and features may be added, and existing ones might be refined.
Main Goals
- Provides a set of tools corresponding to various Monite AI features, exposed via as a MCP server.
- Enables easy integration with AI agent frameworks that support the MCP specification.
Prerequisites
The primary requirement for running the Monite MCP server is a Monite Authentication Service. This service is responsible for providing Entity User authentication tokens, which the MCP server uses to make authorized calls to the Monite AI API.
A Python example implementation of such an authentication service (auth_service.py) is available in the code_examples/ directory.
For comprehensive details on Monite's authorization levels and credential management, please refer to the Monite API Documentation.
Getting Started
This guide assumes you are familiar with the Monite API, possess partner credentials (CLIENT_ID and CLIENT_SECRET), and have an onboarded entity with existing data.
The Monite MCP server is intended for use with Monite Entity User tokens. Consequently, monite-mcp relies on an external authorization service that securely manages your CLIENT_ID and CLIENT_SECRET.
Environment Variables
A Monite MCP server instance requires the following environment variables to be configured:
AUTH_SERVICE_URL: The URL of your authentication service. This service must expose aGET /tokenendpoint that accepts anentity_user_idquery parameter and returns a Monite Entity User token.ENTITY_USER_ID: The ID of the Entity User for whom the MCP server will operate.MONITE_AI_API_BASE: (Optional) The base URL for the Monite AI API. Defaults to the Monite Sandbox environment:https://api.sandbox.monite.com/v1/mcp.
The AUTH_SERVICE_URL and ENTITY_USER_ID variables are mandatory for each Monite MCP server instance. Your CLIENT_ID and CLIENT_SECRET will be required by the authentication service itself (see example below).
Running the Example Authentication Service
The code_examples/ directory includes an example authentication service (auth_service.py). To run it:
- Ensure your
CLIENT_IDandCLIENT_SECRETare set as environment variables. - Navigate to the
code_examples/directory. - Execute the following command:
make run-auth-serviceThis will startauth_service.py, which the MCP server can then use to fetch tokens. By default, it runs onhttp://localhost:8888, so yourAUTH_SERVICE_URLwould behttp://localhost:8888/token.
Running the Monite MCP Server and Example Agents
The Monite MCP server communicates via standard input/output (stdio) and is typically started as a subprocess by an AI agent.
The code_examples/ directory contains pydantic_ai_agent.py and mcp_use_agent.py, which demonstrate how to instantiate and use the monite-mcp server with different agent frameworks.
These examples require
OPENAI_API_KEYin the environment :)
To run these examples (ensure the example authentication service is running first):
- Navigate to the
code_examples/directory. - Use one of the following commands:
- For the Pydantic AI example:
make run-pydantic-ai-agent - For the MCP-Use example:
make run-mcp-use-agent
- For the Pydantic AI example:
These commands will execute the respective agent scripts, which in turn start and interact with the monite-mcp server.
Active Development
This project is actively being developed. Contributions, bug reports, and feature requests are welcome!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file monite_mcp-0.1.1.tar.gz.
File metadata
- Download URL: monite_mcp-0.1.1.tar.gz
- Upload date:
- Size: 102.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f1316b25b4b9c7959af2f680816647c35040cee0860cdf2d2f1a3159ed86b92d
|
|
| MD5 |
06d2b910a7fe43240327ae3f1875a40d
|
|
| BLAKE2b-256 |
a31f7f506c88551590457b2e2262313eeea2a3625c47d00d9300ef20611a7503
|
File details
Details for the file monite_mcp-0.1.1-py3-none-any.whl.
File metadata
- Download URL: monite_mcp-0.1.1-py3-none-any.whl
- Upload date:
- Size: 6.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7758bb53e23b11ec6e079624a15327cf1900ae8713fc7ea02d59fd15551d1b09
|
|
| MD5 |
51cd1a27b6ef464f407dd80a6806b742
|
|
| BLAKE2b-256 |
768136e4031678e44909b3affa88edc0d3cad4ea3e42a93da3d94fa30d1eb68a
|