Aipaygen
Offers an extensive collection of utilities for research, web scraping, and professional content generation.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение
Что умеет
- 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.
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
Offers an extensive collection of utilities for research, web scraping, and professional content generation. Coordinates complex workflows by chaining tasks, managing persistent memories, and invoking thousands of external APIs. Streamlines productivity through automated coding, data extraction, and deep analysis across various platforms.
Список инструментов сервера (60)
Технические названия из tools/list. Нужны только разработчикам.
| 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. |
| 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 | Autonomous chain-of-thought reasoning. Breaks down a problem, reasons step-by-step, optionally calls internal tools, and returns a structured solution with confidence score. problem: The problem or question to solve. context: Optional background information. max_steps: Maximum reasoning steps (1-10, default 5). |
| pipeline | Chain up to 5 operations sequentially. Each step can reference the previous output using the string '{{prev}}' as a field value in its input. Example steps: [ {"endpoint": "research", "input": {"topic": "quantum computing"}}, {"endpoint": "summarize", "input": {"text": "{{prev}}", "length": "short"}}, {"endpoint": "headline", "input": {"content": "{{prev}}", "count": 3}} ] |
| batch | Run up to 5 independent operations in one call. Each operation: {"endpoint": "research", "input": {"topic": "AI"}} Valid endpoints: research, summarize, analyze, translate, social, write, code, extract, qa, classify, sentiment, keywords, compare, transform, chat, plan, decide, proofread, explain, questions, outline, email, sql, regex, mock, score, timeline, action, pitch, debate, headline, fact, rewrite, tag |
| vision | Analyze any image URL using Claude Vision. Ask specific questions or get a full description. |
| rag | Grounded Q&A using only your documents. Separate multiple documents with '---'. Returns answer, confidence, citations, and a cannot_answer flag. |
| diagram | Generate a Mermaid diagram from a plain English description. Types: flowchart, sequence, erd, gantt, mindmap |
| 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 | Multi-step agentic reasoning using Claude Sonnet. Breaks down complex goals, reasons through each sub-task, and produces a comprehensive result. Best for complex tasks requiring multiple steps of reasoning. |
| memory_store | Store a persistent memory for an agent. Survives across sessions. agent_id: stable identifier for your agent (UUID, DID, or name). tags: comma-separated (optional). |
| 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 | Browse the AiPayGen catalog of 4100+ APIs. Filter by category (geo, finance, weather, social_media, developer, news, health, science, scraping), minimum quality score (0-10), or free_only to show only APIs that don't require auth. |
| get_catalog_api | Get full details for a specific API in the catalog by its numeric ID. |
| invoke_catalog_api | Actually call a catalog API and return its response. Get api_id from browse_catalog first. endpoint is the path to hit. params is a JSON string of query parameters (e.g. '{"q":"test"}'). |