FluentLab Funding Assistant
An assistant API to help find and apply for funding opportunities.
FluentLab Funding Assistant MCP Server
MCP Server for the FluentLab's Funding Assistant API.
Tools
-
get-funding-options- Get available funding options
- Optional inputs:
limit(number, default: 10, max: 100): Maximum number of funding options to returnpage(number): Page number to retrieve
- Returns: List of funding options with their ids, name, description, slug and information
-
get-document-checklist-for-funding-programme- Get the required documents to apply for a funding programme
- Required inputs:
slug(string): Unique slug defined by FluentLab for a funding option
- Returns: List of required documents to apply for a funding programme
Setup
Installing via Smithery
To install funding-assistant for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @fundfluent-admin/funding-assistant --client claude
Usage with Claude Desktop
Add the following to your claude_desktop_config.json:
npx
{
"mcpServers": {
"funding-assistant": {
"command": "npx",
"args": [
"-y",
"@fundfluent/funding-assistant"
]
}
}
}
Troubleshooting
License
This MCP server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.
相關伺服器
MCP SuperAssistant Chrome Extension
A Chrome extension that integrates MCP tools with AI platforms like ChatGPT and Gemini, allowing users to execute tools and insert results directly into conversations.
Microsoft Planner by CData
A read-only MCP server enabling LLMs to query live Microsoft Planner data using the CData JDBC Driver.
Redmine
An MCP server for interacting with the Redmine project management system.
YouTube Video Summarizer
Fetch and summarize YouTube videos by extracting their titles, descriptions, and transcripts.
system-prompts-mcp-server
Model Context Protocol server exposing system prompt files and summaries.
Google Tasks
Manage your Google Tasks with an AI assistant using natural language.
Clio MCP Server
An MCP server for integrating with Clio practice management software, tailored for Australian legal professionals.
YuQue MCP
An MCP server for interacting with the YuQue knowledge base, enabling AI assistants to perform operations on documents and information.
Israeli Bank MCP
Manage Israeli bank accounts and transactions.
Lunch Roulette MCP Server
Manages and randomly selects from a list of lunch restaurants, storing choices and visit statistics locally.