# foundation-amount-total is a funding management MCP. AI Agent Connect

> foundation-amount-total gives your AI client direct access to foundation application data. You can use it to calculate total funding for specific application statuses, pull up individual application details, list all submissions from a single applicant, and check if your current funding requests stay within your set budget thresholds.

## Overview
- **Category:** finance
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_yAhW4yKh52uocFxjQ8m5TuSbB9ubXjFhmc3vFGG4/ai-agent-connect
- **Tags:** funding, grants, accounting, applications, foundation

## Description

Managing grant cycles and foundation budgets usually means jumping between spreadsheets and database entries. This MCP changes that by giving your agent the ability to query application data directly. You can ask your AI client to run totals on approved funding or check how much an applicant has requested across all their submissions. If you need to know if a new batch of requests will push you over your budget, the MCP can verify your remaining capacity against specific limits. It turns your AI into a specialized financial assistant that understands your foundation's specific funding commitments and application statuses.

## Tools

### calculate_total_by_status
This tool calculates the total amount and count of funding for applications in a specific status, such as Approved.

### get_application_details
Use this to pull the specific funding amount and full details for a single application.

### get_applications_by_applicant
This tool retrieves a list of every application submitted by a specific entity or applicant.

### verify_funding_capacity
This tool checks if the total amount of requested funding stays under a specific threshold you set.

## Prompt Examples

**Prompt:** 
```
What is the total funding for all Approved applications?
```

**Response:** 
```
The total funding committed to Approved applications is $500,000 across 12 applications.
```

**Prompt:** 
```
Show me the details for application ID APP-123.
```

**Response:** 
```
Application APP-123 was submitted by TechCorp for an amount of $50,000 and is currently in Pending status.
```

**Prompt:** 
```
Is our current funding within a $1,000,000 limit?
```

**Response:** 
```
Yes, the current total is $750,000, leaving a remaining capacity of $250,000.
```

## Capabilities

### Status Aggregation
Your agent calculates total committed funds based on specific application stages.

### Applicant History
The AI pulls a complete list of all submissions tied to a single organization.

### Budget Guardrails
Your client checks if new funding requests exceed your predefined capacity limits.

### Individual Auditing
The AI retrieves specific data points for any single application ID.

## Use Cases

### Budget Compliance
Check if a new round of grant requests will exceed your foundation's total available funds.

### Applicant Review
Quickly see how much an organization has requested across all their previous applications.

### Financial Reporting
Get the total dollar amount and count of all approved applications for a report.

### Application Auditing
Retrieve specific funding amounts and statuses for a single application ID.

## Benefits

- Eliminates manual math for calculating total funding by status.
- Provides instant budget capacity checks against set limits.
- Centralizes applicant history for quick review.
- Reduces the need to manually search for individual application records.

## How It Works

Connecting this MCP to your AI client gives your agent immediate access to your foundation data.

1. Connect your preferred client like Claude or Cursor to Vinkius.
2. The MCP tools become available in your AI chat interface.
3. Ask your agent a question about funding totals or applicant history.
4. The agent executes the relevant tool to pull live data.
5. You receive the calculated results or specific application details directly in the chat.

## Frequently Asked Questions

**How do I use this MCP with Claude?**
You connect your Claude client to Vinkius once. After that, the tools are ready to use in your existing chat interface.

**Can I check if I have enough money left in my budget?**
Yes, you can use the verify_funding_capacity tool to see if your requested funding is within your threshold.

**Can the AI see all applications from one person?**
Yes, the get_applications_by_applicant tool allows the AI to list all submissions from a specific entity.

**Do I need to host this myself?**
No, Vinkius hosts the MCP and manages the connection for you.

**What happens if I want to see a specific application's amount?**
You can ask your agent to use the get_application_details tool for that specific application ID.
