# Aipaygen

Offers an extensive collection of utilities for research, web scraping, and professional content generation. Coordinates complex workflows by chaining tasks, managing persistent memories, and invokin…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add Damien829/Aipaygen

# Browse available tools
npx -y @smithery/cli@latest tool list Damien829/Aipaygen

# Get full schema for a tool
npx -y @smithery/cli@latest tool get Damien829/Aipaygen research

# Call a tool
npx -y @smithery/cli@latest tool call Damien829/Aipaygen research '{}'
```

## Direct MCP Connection

Endpoint: `https://aipaygen--damien829.run.tools`

**Optional config:**
- `Api_key` (query) — Optional api key for metered access

## Tools (106)

- `research` — Research a topic. Returns structured summary, key points, and sources to check.
- `summarize` — Summarize long text. length: short | medium | detailed
- `analyze` — Deep structured analysis of content. Returns conclusion, findings, sentiment, confidence.
- `translate` — Translate text to any language.
- `social` — Generate platform-optimized social media posts for Twitter, LinkedIn, Instagram, etc.
- `write` — Write articles, copy, or content to your specification. type: article | post | copy
- `code` — Generate production-ready code in any language from a plain-English description.
- `extract` — Extract structured data from unstructured text. Define fields or a schema.
- `qa` — Q&A over a document. Returns answer, confidence score, and source quote.
- `classify` — Classify text into your defined categories with per-category confidence scores.
- `sentiment` — Deep sentiment analysis: polarity, score, emotions, confidence, key phrases.
- `keywords` — Extract keywords, topics, and tags from any text.
- `compare` — Compare two texts: similarities, differences, similarity score, recommendation.
- `transform` — Transform text with any instruction: rewrite, reformat, expand, condense, change tone.
- `chat` — Stateless multi-turn chat. Send full message history, get Claude reply.
- `plan` — Step-by-step action plan for any goal with effort estimate and first action.
- `decide` — Decision framework: pros, cons, risks, recommendation, and confidence score.
- `proofread` — Grammar and clarity corrections with tracked changes and writing quality score.
- `explain` — Explain any concept at beginner, intermediate, or expert level with analogy.
- `questions` — Generate questions + answers from any content. type: faq | interview | quiz | comprehension
- `outline` — Generate a hierarchical outline with headings, summaries, and subsections.
- `email` — Compose a professional email. Returns subject line and body.
- `sql` — Natural language to SQL. Returns query, explanation, and notes.
- `regex` — Generate a regex pattern from a plain-English description with examples.
- `mock` — Generate realistic mock data records. format: json | csv | list
- `score` — Score content on a custom rubric. Returns per-criterion scores, strengths, and weaknesses.
- `timeline` — Extract or reconstruct a timeline from text. Returns dated events with significance.
- `action` — Extract action items, tasks, owners, and due dates from meeting notes or any text.
- `pitch` — Generate an elevator pitch: hook, value prop, call to action, full script. length: 15s | 30s | 60s
- `debate` — Arguments for and against any position with strength ratings and verdict.
- `headline` — Generate headline variations with type labels and a best pick.
- `fact` — Extract factual claims with verifiability scores and source hints.
- `rewrite` — Rewrite text for a specific audience, reading level, or brand voice.
- `tag` — Auto-tag content using a taxonomy or free-form. Returns tags, primary tag, categories.
- `review_code` — Review code for quality, security, and performance issues. Returns issues, score, and summary.
- `generate_docs` — Generate documentation for code. Supports jsdoc, docstring, rustdoc, etc.
- `convert_code` — Convert code from one programming language to another.
- `generate_api_spec` — Generate an OpenAPI/AsyncAPI specification from a natural language description.
- `diff` — Analyze differences between two texts or code snippets. Returns changes, summary, and similarity.
- `parse_csv` — Analyze CSV data and optionally answer questions about it. Returns columns, row count, and insights.
- `cron_expression` — Generate or explain cron expressions from natural language. Returns cron string and next 5 runs.
- `changelog` — Generate a professional changelog from commit messages. Groups by Added/Changed/Fixed/Removed.
- `name_generator` — Generate names for products, companies, or features with taglines and domain suggestions.
- `privacy_check` — Scan text for PII, secrets, and sensitive data. Returns found items, risk level, and recommendations.
- `think`
- `pipeline`
- `batch`
- `vision` — Analyze any image URL using Claude Vision. Ask specific questions or get a full description.
- `rag`
- `diagram`
- `json_schema` — Generate a JSON Schema (draft-07) from a plain English description of your data structure.
- `test_cases` — Generate comprehensive test cases with edge cases for code or a feature description.
- `workflow`
- `memory_store`
- `memory_recall` — Retrieve a stored memory by agent_id and key. Returns value, tags, and timestamps.
- `memory_find` — Search all memories for an agent by keyword. Returns ranked matching key-value pairs.
- `memory_keys` — List all memory keys stored for an agent, with tags and last-updated timestamps.
- `browse_catalog`
- `get_catalog_api` — Get full details for a specific API in the catalog by its numeric ID.
- `invoke_catalog_api`
- `register_my_agent`
- `list_registered_agents` — Browse all agents registered in the AiPayGen registry.
- `scrape_google_maps` — Scrape Google Maps for businesses matching a query. Returns name, address, rating, phone, website.
- `scrape_tweets` — Scrape Twitter/X tweets by search query or hashtag. Returns text, author, likes, retweets, date.
- `scrape_website` — Crawl any website and extract text content. Returns page URL, title, and text per page.
- `scrape_youtube` — Search YouTube and return video metadata — title, channel, views, duration, description, URL.
- `scrape_instagram` — Scrape Instagram profile posts. Returns caption, likes, comments, date, media URL.
- `scrape_tiktok` — Scrape TikTok profile videos. Returns caption, views, likes, shares, date.
- `chain_operations`
- `list_marketplace`
- `post_to_marketplace`
- `get_current_time` — Get current UTC time, Unix timestamp, date, and week number. Free, no payment needed.
- `generate_uuid` — Generate one or more UUID4 values. Free, no payment needed.
- `get_joke` — Get a random joke. Completely free.
- `get_quote` — Get a random inspirational quote. Completely free.
- `get_holidays` — Get public holidays for a country. country: ISO 2-letter code (US, GB, DE). Free.
- `send_agent_message` — Send a direct message from one agent to another via the agent network.
- `read_agent_inbox` — Read messages from an agent's inbox. Set unread_only=True to filter.
- `add_to_knowledge_base` — Add an entry to the shared agent knowledge base.
- `search_knowledge_base` — Search the shared agent knowledge base by keyword.
- `get_trending_knowledge` — Get the most popular topics in the shared agent knowledge base.
- `submit_agent_task` — Post a task to the agent task board for other agents to claim and complete.
- `browse_agent_tasks` — Browse tasks on the agent task board, optionally filtered by skill or status.
- `run_python_code` — Execute Python code in a sandboxed subprocess. Returns stdout, stderr, returncode.
- `web_search` — Search the web via DuckDuckGo. Returns instant answer and related results.
- `get_weather` — Get current weather for any city using Open-Meteo (free, no key needed).
- `get_crypto_prices` — Get real-time crypto prices from CoinGecko. symbols: comma-separated CoinGecko IDs.

---
*Response truncated. Use `npx -y @smithery/cli@latest` for complete data.*
