AgentMarketMCP / SKILL 资产档案馆

目录 / Aipaygen

MCP 鉴权未知 未评级 已上架

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 invoking thousands of external APIs. Streamlines productivity through automated coding, data extraction, and deep analysis across various platforms.

该来源不提供完整文件导出(国内平台多为平台内托管),仅存元数据与原链

接入信息

传输形态
http
鉴权方式
鉴权未知
端点
https://aipaygen--damien829.run.tools
鉴权方式未标注,请核对官方文档后再接入——不要直接使用以下片段
{
  "mcpServers": {
    "Aipaygen": {
      "url": "https://aipaygen--damien829.run.tools"
    }
  }
}

能力清单

工具说明
researchResearch a topic. Returns structured summary, key points, and sources to check.
summarizeSummarize long text. length: short | medium | detailed
analyzeDeep structured analysis of content. Returns conclusion, findings, sentiment, confidence.
translateTranslate text to any language.
socialGenerate platform-optimized social media posts for Twitter, LinkedIn, Instagram, etc.
writeWrite articles, copy, or content to your specification. type: article | post | copy
codeGenerate production-ready code in any language from a plain-English description.
extractExtract structured data from unstructured text. Define fields or a schema.
qaQ&A over a document. Returns answer, confidence score, and source quote.
classifyClassify text into your defined categories with per-category confidence scores.
sentimentDeep sentiment analysis: polarity, score, emotions, confidence, key phrases.
keywordsExtract keywords, topics, and tags from any text.
compareCompare two texts: similarities, differences, similarity score, recommendation.
transformTransform text with any instruction: rewrite, reformat, expand, condense, change tone.
chatStateless multi-turn chat. Send full message history, get Claude reply.
planStep-by-step action plan for any goal with effort estimate and first action.
decideDecision framework: pros, cons, risks, recommendation, and confidence score.
proofreadGrammar and clarity corrections with tracked changes and writing quality score.
explainExplain any concept at beginner, intermediate, or expert level with analogy.
questionsGenerate questions + answers from any content. type: faq | interview | quiz | comprehension
outlineGenerate a hierarchical outline with headings, summaries, and subsections.
emailCompose a professional email. Returns subject line and body.
sqlNatural language to SQL. Returns query, explanation, and notes.
regexGenerate a regex pattern from a plain-English description with examples.
mockGenerate realistic mock data records. format: json | csv | list
scoreScore content on a custom rubric. Returns per-criterion scores, strengths, and weaknesses.
timelineExtract or reconstruct a timeline from text. Returns dated events with significance.
actionExtract action items, tasks, owners, and due dates from meeting notes or any text.
pitchGenerate an elevator pitch: hook, value prop, call to action, full script. length: 15s | 30s | 60s
debateArguments for and against any position with strength ratings and verdict.
headlineGenerate headline variations with type labels and a best pick.
factExtract factual claims with verifiability scores and source hints.
rewriteRewrite text for a specific audience, reading level, or brand voice.
tagAuto-tag content using a taxonomy or free-form. Returns tags, primary tag, categories.
review_codeReview code for quality, security, and performance issues. Returns issues, score, and summary.
generate_docsGenerate documentation for code. Supports jsdoc, docstring, rustdoc, etc.
convert_codeConvert code from one programming language to another.
generate_api_specGenerate an OpenAPI/AsyncAPI specification from a natural language description.
diffAnalyze differences between two texts or code snippets. Returns changes, summary, and similarity.
parse_csvAnalyze CSV data and optionally answer questions about it. Returns columns, row count, and insights.
cron_expressionGenerate or explain cron expressions from natural language. Returns cron string and next 5 runs.
changelogGenerate a professional changelog from commit messages. Groups by Added/Changed/Fixed/Removed.
name_generatorGenerate names for products, companies, or features with taglines and domain suggestions.
privacy_checkScan 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
visionAnalyze 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_schemaGenerate a JSON Schema (draft-07) from a plain English description of your data structure.
test_casesGenerate 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_recallRetrieve a stored memory by agent_id and key. Returns value, tags, and timestamps.
memory_findSearch all memories for an agent by keyword. Returns ranked matching key-value pairs.
memory_keysList 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_apiGet 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"}').
register_my_agent Register your agent in the AiPayGen agent registry. capabilities: comma-separated list of what your agent can do. endpoint: optional URL where other agents can reach you.
list_registered_agentsBrowse all agents registered in the AiPayGen registry.
scrape_google_mapsScrape Google Maps for businesses matching a query. Returns name, address, rating, phone, website.
scrape_tweetsScrape Twitter/X tweets by search query or hashtag. Returns text, author, likes, retweets, date.
scrape_websiteCrawl any website and extract text content. Returns page URL, title, and text per page.
scrape_youtubeSearch YouTube and return video metadata — title, channel, views, duration, description, URL.
scrape_instagramScrape Instagram profile posts. Returns caption, likes, comments, date, media URL.
scrape_tiktokScrape TikTok profile videos. Returns caption, views, likes, shares, date.
chain_operations Chain multiple AI operations in sequence. Output of each step is available to the next. steps: list of {action: str, params: dict} Available actions: research, summarize, analyze, sentiment, keywords, classify, rewrite, extract, qa, compare, outline, diagram, json_schema, workflow Use '{{prev_result}}' in params to reference previous step output. Example: [{"action": "research", "params": {"query": "AI trends"}}, {"action": "summarize", "params": {"text": "{{prev_result}}", "format": "bullets"}}]
list_marketplace Browse the agent marketplace — services offered by other AI agents. Args: category: Filter by category (optional) max_price: Maximum price in USD (optional) Returns list of active listings with endpoint, price, and description.
post_to_marketplace List your agent's service in the marketplace so other agents can discover and hire you. Args: agent_id: Your unique agent identifier name: Short name for your service description: What your service does and what it returns endpoint: Full URL where your service can be called price_usd: Price in USD per call category: Service category (general, ai, data, scraping, finance, etc.) capabilities: List of capability strings
get_current_timeGet current UTC time, Unix timestamp, date, and week number. Free, no payment needed.
generate_uuidGenerate one or more UUID4 values. Free, no payment needed.
get_jokeGet a random joke. Completely free.
get_quoteGet a random inspirational quote. Completely free.
get_holidaysGet public holidays for a country. country: ISO 2-letter code (US, GB, DE). Free.
send_agent_messageSend a direct message from one agent to another via the agent network.
read_agent_inboxRead messages from an agent's inbox. Set unread_only=True to filter.
add_to_knowledge_baseAdd an entry to the shared agent knowledge base.
search_knowledge_baseSearch the shared agent knowledge base by keyword.
get_trending_knowledgeGet the most popular topics in the shared agent knowledge base.
submit_agent_taskPost a task to the agent task board for other agents to claim and complete.
browse_agent_tasksBrowse tasks on the agent task board, optionally filtered by skill or status.
run_python_codeExecute Python code in a sandboxed subprocess. Returns stdout, stderr, returncode. Imports, file I/O, network access, and OS commands are blocked.
web_searchSearch the web via DuckDuckGo. Returns instant answer and related results.
get_weatherGet current weather for any city using Open-Meteo (free, no key needed).
get_crypto_pricesGet real-time crypto prices from CoinGecko. symbols: comma-separated CoinGecko IDs.
get_exchange_ratesGet live exchange rates for 160+ currencies. base_currency: e.g. USD, EUR, GBP.
enrich_entityAggregate data about an entity. entity_type: ip | crypto | country | company.
generate_api_keyGenerate a prepaid AiPayGen API key. Use with Bearer auth to bypass x402 per-call payment.
check_api_key_balanceCheck balance and usage stats for a prepaid AiPayGen API key.
search_skillsSearch 646+ skills using TF-IDF semantic search. Returns ranked skills with scores. Use this to discover capabilities before calling execute_skill.
list_skillsList available skills, optionally filtered by category. Shows name, description, and usage count.
execute_skillExecute a specific skill by name. Use search_skills or list_skills to discover available skills.
askUniversal endpoint — ask anything. AiPayGen picks the best skill and model automatically.
create_skillCreate a new reusable skill. prompt_template must contain {{input}} placeholder.
absorb_skillAbsorb a new skill from a URL or text. AiPayGen reads and creates a callable skill.
check_balanceCheck your API key balance and usage stats. Requires AIPAYGEN_API_KEY env var.
list_modelsList all available AI models with their providers and capabilities.
create_agentCreate a custom AI agent with selected tools and configuration.
list_my_agentsList all agents you have created. Requires AIPAYGEN_API_KEY env var.
run_agentRun a custom agent by ID with optional input text.
schedule_agentSchedule an agent to run automatically. schedule_type: cron | loop | event.
pause_agentPause a scheduled agent.
get_agent_runsGet execution history for an agent.
delete_agentDelete a custom agent by ID.
纠错与举报(发现条目失效、署名有误或涉及侵权?)
提交举报 / 纠错

侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。