AgenticForge MCP Server
Provides capability to generate Docker scaffolding code for containerized deployments.
Provides capability to generate Express.js scaffolding code for web applications.
Provides capability to generate FastAPI scaffolding code for Python web services.
Provides capability to generate Flask scaffolding code for Python web applications.
🔧 AgenticForge MCP Server
A monetizable MCP server with 8 useful AI agent tools. Deploy once, earn forever.
🚀 Quick Start
# Clone
git clone https://github.com/YOUR_USERNAME/agenticforge-mcp.git
cd agenticforge-mcp
# Install
pip install -r requirements.txt
# Run
python server.py
# → http://localhost:8765Related MCP server: mcp-services
🛠 Tools
Tool | Description | Use Case |
| Parse PDF/HTML/Markdown → clean text | Document processing |
| Keywords, sentiment, word stats | Content analysis |
| JSON ↔ CSV ↔ YAML ↔ TOML | Data engineering |
| FastAPI/Flask/Express/Docker/K8s | Scaffolding |
| Detect secrets, injection, XSS | Code security |
| Extractive text summarization | Content curation |
| Extract emails, phones, URLs | Data extraction |
| Flatten, merge, filter JSON | Data transformation |
📡 API Usage
REST API
# List tools
curl https://aiagent.skin/forge/tools
# Call a tool
curl -X POST https://aiagent.skin/forge/tools/analyze_text \
-H "Content-Type: application/json" \
-d '{"text": "Your text here"}'
# With API key (premium)
curl -X POST https://aiagent.skin/forge/tools/security_scan \
-H "Content-Type: application/json" \
-H "X-API-Key: af_your_key_here" \
-d '{"code": "your_code_here"}'MCP Protocol
# Initialize
curl -X POST https://aiagent.skin/forge/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize"}'
# List tools
curl -X POST https://aiagent.skin/forge/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":2,"method":"tools/list"}'
# Call tool
curl -X POST https://aiagent.skin/forge/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":3,"method":"tools/call","params":{"name":"summarize","arguments":{"text":"Long text...","max_words":50}}}'💰 Pricing
Tier | Requests/Day | Price |
Anonymous | 10 | Free |
Free | 50 | Free (register) |
Premium | 1,000 | $5/month |
🔌 MCP Client Integration
Claude Desktop
{
"mcpServers": {
"agenticforge": {
"url": "https://aiagent.skin/forge/mcp"
}
}
}OpenClaw
skills:
entries:
agenticforge:
enabled: true🏗 Architecture
┌─────────────────────────────────────────┐
│ Nginx (HTTPS) │
│ aiagent.skin/forge/ │
└─────────────┬───────────────────────────┘
│
┌─────────────▼───────────────────────────┐
│ FastAPI MCP Server │
│ ┌──────────────────────────┐ │
│ │ 8 Tools + MCP Protocol │ │
│ │ + Billing System │ │
│ └──────────────────────────┘ │
│ Port: 8765 │
└─────────────────────────────────────────┘📜 License
MIT License - use it however you want.
🤝 Contributing
PRs welcome! Open an issue first to discuss changes.
This server cannot be installed
Maintenance
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/lolitaluxe/agenticforge-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server