About
ToolFront exposes actions and data workflows as MCP endpoints that enable AI agents to execute RAG (Retrieval-Augmented Generation) tasks against both local and remote data sources. It is built on the Statespace platform, a Markdown framework for creating agent-native APIs. Key capabilities of ToolFront: - Execute RAG tasks against local databases, files, and knowledge bases - Connect to remote data sources for agent-driven retrieval - Define tools and workflows using Markdown with YAML frontmatter - Support for text-to-SQL, log analysis, and knowledge base queries - Built-in tool declarations for system commands, Python scripts, and SQLite databases - Deploy applications locally or to the Statespace cloud platform - Create multi-page knowledge systems with structured data and instructions
README
*A simpler way to build agent-native APIs.*
[](https://github.com/statespace-tech/statespace/actions/workflows/test.yml) [](https://github.com/statespace-tech/statespace/blob/main/LICENSE) [](https://crates.io/crates/statespace) [](https://discord.gg/rRyM7zkZTf) [](https://x.com/statespace_tech)
---
Website: https://statespace.com
Documentation: https://docs.statespace.com
---
Statespace is a Markdown framework for building REST APIs that agents can directly interact with. Build RAG, text-to-SQL, knowledge bases, and more — in pure Markdown. Once you’ve created an app, you can deploy, manage, and share it from our cloud platform.
Installation
Install the CLI:
curl -fsSL https://statespace.com/install.sh | bash
Example
1. Create it
Create a file README.md with:
---
tools:
- [date]
---
component echo "Hello, world!"
This is an example application.dateInstructions
Check the current timestamp with
2. Run it
statespace serve .
3. Ask it
Pass the URL to your agents:
claude "What can I do with the API at http://127.0.0.1:8000?"
4. Update it
Add data files, scripts, and more Markdown pages to your app:
demo/
├── README.md # from above
├── script.py
├── data.db
├── data/
│ ├── log1.txt
│ ├── log2.txt
│ └── ...
└── knowledge/
├── kubernetes.md # declares K8s tools
└── networking.md # declares networking tools
Then update README.md with more tools and instructions:
---
tools:
- [date]
- [grep, -r]
- [python3, script.py, { }]
- [sqlite3, data.db, { regex: "^SELECT\\b.*" }]
---
component echo "Hello, world!"
dateInstructions
Check the current timestamp with grepSearch through files with script.pyAnalyze and summarize logs with data.dbRun read-only queries against ./knowledgeBrowse for infrastructure context
5. Deploy it
Optionally, create a free Statespace account and deploy your app to the cloud:
statespace deploy . --public
More examples
See the examples/ directory for ready-to-run apps:
grepConcepts
Tools — Give agents controlled access to CLI commands over HTTP.
---
tools:
- [date]
- [grep, -r]
- [python3, script.py, { }]
- [sqlite3, data.db, { regex: "^SELECT\\b.*" }]
---
Components — Render live data inside pages with component code blocks.
component
echo "Hello, world!"
Instructions — Guide agents through your data, workflows, and pages.
# Instructions
Check the current timestamp with date
Search through files with grep
Analyze and summarize logs with script.py
Run read-only queries against data.db
Browse ./knowledge for infrastructure context
Features
✅ Simple — It's just Markdown. Easy to learn, easy to use, easy to maintain.
⚡ Lightweight — Install a single, lightning-fast Rust binary. No dependencies.
🌐 Universal — Works directly with any agent that can make HTTP requests.
📦 Portable — Run or deploy your apps with a single CLI command.
🔒 Secure — Restrict access to your private apps with token-based authentication.
Community & Contributing
Related MCP Servers
AI Research Assistant
hamid-vakilzadeh
AI Research Assistant provides comprehensive access to millions of academic papers through the Semantic Scholar and arXiv databases. This MCP server enables AI coding assistants to perform intelligent literature searches, citation network analysis, and paper content extraction without requiring an API key. Key features include: - Advanced paper search with multi-filter support by year ranges, citation thresholds, field of study, and publication type - Title matching with confidence scoring for finding specific papers - Batch operations supporting up to 500 papers per request - Citation analysis and network exploration for understanding research relationships - Full-text PDF extraction from arXiv and Wiley open-access content (Wiley TDM token required for institutional access) - Rate limits of 100 requests per 5 minutes with options to request higher limits through Semantic Scholar
Math-MCP
EthanHenrickson
Math-MCP is a computation server that enables Large Language Models (LLMs) to perform accurate numerical calculations through the Model Context Protocol. It provides precise mathematical operations via a simple API to overcome LLM limitations in arithmetic and statistical reasoning. Key features of Math-MCP: - Basic arithmetic operations: addition, subtraction, multiplication, division, modulo, and bulk summation - Statistical analysis functions: mean, median, mode, minimum, and maximum calculations - Rounding utilities: floor, ceiling, and nearest integer rounding - Trigonometric functions: sine, cosine, tangent, and their inverses with degrees and radians conversion support
Saju Insights
hjsh200219
Saju Insights provides personalized Korean traditional Four Pillars of Destiny (Saju) fortune-telling based on birth data. It calculates destiny charts using the eight characters (four heavenly stems and four earthly branches) derived from birth year, month, day, and hour. Key capabilities include: - Birth chart calculation with automatic True Solar Time adjustment (Jintaeyangsi -30min correction) - Fortune analysis covering personality, career, wealth, health, and love prospects - Relationship compatibility analysis comparing two people's Saju charts - 10-year luck cycle (Daewon) predictions for long-term planning - Yongsin (favorable element) guidance on lucky colors, directions, and career paths - Lunar-solar calendar conversion supporting 1900-2200 with leap month handling - Daily fortune readings and seasonal power calculations - Multiple interpretation schools including Ziping, DTS, and modern methodologies