AgenticForge MCP Server
Monetizable AI agent tools - document parsing, text analysis, code generation, security scanning, format conversion, and more. 8 tools with HTTP API and MCP protocol support.
README
š§ 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:8765
š Tools
| Tool | Description | Use Case |
|---|---|---|
parse_document |
Parse PDF/HTML/Markdown ā clean text | Document processing |
analyze_text |
Keywords, sentiment, word stats | Content analysis |
convert_format |
JSON ā CSV ā YAML ā TOML | Data engineering |
generate_code |
FastAPI/Flask/Express/Docker/K8s | Scaffolding |
security_scan |
Detect secrets, injection, XSS | Code security |
summarize |
Extractive text summarization | Content curation |
regex_extract |
Extract emails, phones, URLs | Data extraction |
json_transform |
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.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.