Skip to main content
Glama
lolitaluxe

AgenticForge MCP Server

by lolitaluxe

šŸ”§ AgenticForge MCP Server

A monetizable MCP server with 8 useful AI agent tools. Deploy once, earn forever.

MCP License Python

šŸš€ 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

Related MCP server: mcp-services

šŸ›  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.

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

–Maintainers
–Response time
–Release cycle
–Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    -
    quality
    D
    maintenance
    Multi-tool MCP server for AI agents with 29 tools across web scraping, SEO analysis, screenshot and PDF generation, domain intelligence, content extraction, multi-chain EVM blockchain queries, and security toolkit. Free tier available with no auth required.
    Last updated
    47
    1
    MIT
  • A
    license
    -
    quality
    C
    maintenance
    250+ AI-powered MCP tools: research, write, code, translate, scrape, sentiment, vision, RAG, agent memory, marketplace, trading signals, and more. 15 models across 7 providers. Pay-per-use via API key or x402 USDC micropayments.
    Last updated
    2
    MIT

View all related MCP servers

Related MCP Connectors

  • Free public MCP for AI agents — 193 tools, 44 workflows. No API key.

  • 100+ MCP tools for AI agents: content metadata, trade intelligence, business-expertise analysis.

  • Hosted MCP with 91 agent tools: X, domains, SEO, Maps, Trends, Search, YouTube, TikTok, and more.

View all MCP Connectors

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