Skip to content

claytomode/bloons-mcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bloons MCP Server

This project provides a FastMCP server for the Ninja Kiwi Data API, which serves data for games like Bloons TD 6 and Bloons TD Battles 2.

The core of this project is a code generation script that scrapes the official Ninja Kiwi API documentation to automatically create:

  • A fully typed asynchronous Python client for the API.
  • Pydantic models for all API response objects.
  • FastMCP tool wrappers for every API endpoint.

This ensures the server stays up-to-date with any changes in the official API with minimal manual effort.

Run the Server

python fastmcp_server.py

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors