Server Details
88 AI tools — research, write, code, translate, analyze, scrape, agent memory, and more
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- Damien829/aipaygen
- GitHub Stars
- 0
See and control every tool call
Available Tools
97 toolsabsorb_skillInspect
Absorb a new skill from a URL or text. AiPayGen reads and creates a callable skill.
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | ||
| text | No |
actionInspect
Extract action items, tasks, owners, and due dates from meeting notes or any text.
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes |
add_to_knowledge_baseInspect
Add an entry to the shared agent knowledge base.
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| topic | Yes | ||
| content | Yes | ||
| author_agent | Yes |
analyzeInspect
Deep structured analysis of content. Returns conclusion, findings, sentiment, confidence.
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | ||
| question | No | Provide a structured analysis |
askInspect
Universal endpoint — ask anything. AiPayGen picks the best skill and model automatically.
| Name | Required | Description | Default |
|---|---|---|---|
| question | Yes |
batchInspect
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| Name | Required | Description | Default |
|---|---|---|---|
| operations | Yes |
browse_agent_tasksInspect
Browse tasks on the agent task board, optionally filtered by skill or status.
| Name | Required | Description | Default |
|---|---|---|---|
| skill | No | ||
| status | No | open |
browse_catalogInspect
Browse the AiPayGen catalog of 500+ discovered 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.| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| category | No | ||
| free_only | No | ||
| min_score | No |
chain_operationsInspect
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"}}]| Name | Required | Description | Default |
|---|---|---|---|
| steps | Yes |
changelogInspect
Generate a professional changelog from commit messages. Groups by Added/Changed/Fixed/Removed.
| Name | Required | Description | Default |
|---|---|---|---|
| commits | Yes | ||
| version | No |
chatInspect
Stateless multi-turn chat. Send full message history, get Claude reply.
| Name | Required | Description | Default |
|---|---|---|---|
| system | No | ||
| messages | Yes |
check_api_key_balanceInspect
Check balance and usage stats for a prepaid AiPayGen API key.
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes |
classifyInspect
Classify text into your defined categories with per-category confidence scores.
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| categories | Yes |
codeInspect
Generate production-ready code in any language from a plain-English description.
| Name | Required | Description | Default |
|---|---|---|---|
| language | No | Python | |
| description | Yes |
compareInspect
Compare two texts: similarities, differences, similarity score, recommendation.
| Name | Required | Description | Default |
|---|---|---|---|
| focus | No | ||
| text_a | Yes | ||
| text_b | Yes |
convert_codeInspect
Convert code from one programming language to another.
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | ||
| to_lang | No | python | |
| from_lang | No | auto |
create_skillInspect
Create a new reusable skill. prompt_template must contain {{input}} placeholder.
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| category | No | general | |
| description | Yes | ||
| prompt_template | Yes |
cron_expressionInspect
Generate or explain cron expressions from natural language. Returns cron string and next 5 runs.
| Name | Required | Description | Default |
|---|---|---|---|
| description | Yes |
debateInspect
Arguments for and against any position with strength ratings and verdict.
| Name | Required | Description | Default |
|---|---|---|---|
| topic | Yes | ||
| perspective | No | balanced |
decideInspect
Decision framework: pros, cons, risks, recommendation, and confidence score.
| Name | Required | Description | Default |
|---|---|---|---|
| options | No | ||
| criteria | No | ||
| decision | Yes |
diagramInspect
Generate a Mermaid diagram from a plain English description.
Types: flowchart, sequence, erd, gantt, mindmap| Name | Required | Description | Default |
|---|---|---|---|
| description | Yes | ||
| diagram_type | No | flowchart |
diffInspect
Analyze differences between two texts or code snippets. Returns changes, summary, and similarity.
| Name | Required | Description | Default |
|---|---|---|---|
| text_a | Yes | ||
| text_b | Yes |
emailInspect
Compose a professional email. Returns subject line and body.
| Name | Required | Description | Default |
|---|---|---|---|
| tone | No | professional | |
| length | No | medium | |
| context | No | ||
| purpose | Yes | ||
| recipient | No |
enrich_entityInspect
Aggregate data about an entity. entity_type: ip | crypto | country | company.
| Name | Required | Description | Default |
|---|---|---|---|
| entity | Yes | ||
| entity_type | Yes |
execute_skillInspect
Execute a specific skill by name. Use search_skills or list_skills to discover available skills.
| Name | Required | Description | Default |
|---|---|---|---|
| input_text | Yes | ||
| skill_name | Yes |
explainInspect
Explain any concept at beginner, intermediate, or expert level with analogy.
| Name | Required | Description | Default |
|---|---|---|---|
| level | No | beginner | |
| analogy | No | ||
| concept | Yes |
extractInspect
Extract structured data from unstructured text. Define fields or a schema.
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| fields | No | ||
| schema | No |
factInspect
Extract factual claims with verifiability scores and source hints.
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| count | No |
generate_api_keyInspect
Generate a prepaid AiPayGen API key. Use with Bearer auth to bypass x402 per-call payment.
| Name | Required | Description | Default |
|---|---|---|---|
| label | No |
generate_api_specInspect
Generate an OpenAPI/AsyncAPI specification from a natural language description.
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | openapi | |
| description | Yes |
generate_docsInspect
Generate documentation for code. Supports jsdoc, docstring, rustdoc, etc.
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | ||
| style | No | jsdoc |
generate_uuidInspect
Generate one or more UUID4 values. Free, no payment needed.
| Name | Required | Description | Default |
|---|---|---|---|
| count | No |
get_catalog_apiInspect
Get full details for a specific API in the catalog by its numeric ID.
| Name | Required | Description | Default |
|---|---|---|---|
| api_id | Yes |
get_crypto_pricesInspect
Get real-time crypto prices from CoinGecko. symbols: comma-separated CoinGecko IDs.
| Name | Required | Description | Default |
|---|---|---|---|
| symbols | No | bitcoin,ethereum |
get_current_timeInspect
Get current UTC time, Unix timestamp, date, and week number. Free, no payment needed.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
get_exchange_ratesInspect
Get live exchange rates for 160+ currencies. base_currency: e.g. USD, EUR, GBP.
| Name | Required | Description | Default |
|---|---|---|---|
| base_currency | No | USD |
get_holidaysInspect
Get public holidays for a country. country: ISO 2-letter code (US, GB, DE). Free.
| Name | Required | Description | Default |
|---|---|---|---|
| year | No | ||
| country | No | US |
get_jokeInspect
Get a random joke. Completely free.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
get_quoteInspect
Get a random inspirational quote. Completely free.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
get_trending_knowledgeInspect
Get the most popular topics in the shared agent knowledge base.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
get_weatherInspect
Get current weather for any city using Open-Meteo (free, no key needed).
| Name | Required | Description | Default |
|---|---|---|---|
| city | Yes |
headlineInspect
Generate headline variations with type labels and a best pick.
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | ||
| style | No | engaging | |
| content | Yes |
invoke_catalog_apiInspect
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"}').| Name | Required | Description | Default |
|---|---|---|---|
| api_id | Yes | ||
| params | No | {} | |
| endpoint | No | / |
json_schemaInspect
Generate a JSON Schema (draft-07) from a plain English description of your data structure.
| Name | Required | Description | Default |
|---|---|---|---|
| example | No | ||
| description | Yes |
keywordsInspect
Extract keywords, topics, and tags from any text.
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| max_keywords | No |
list_marketplaceInspect
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.| Name | Required | Description | Default |
|---|---|---|---|
| category | No | ||
| max_price | No |
list_registered_agentsInspect
Browse all agents registered in the AiPayGen registry.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
list_skillsInspect
List available skills, optionally filtered by category. Shows name, description, and usage count.
| Name | Required | Description | Default |
|---|---|---|---|
| category | No |
memory_findInspect
Search all memories for an agent by keyword. Returns ranked matching key-value pairs.
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| agent_id | Yes |
memory_keysInspect
List all memory keys stored for an agent, with tags and last-updated timestamps.
| Name | Required | Description | Default |
|---|---|---|---|
| agent_id | Yes |
memory_recallInspect
Retrieve a stored memory by agent_id and key. Returns value, tags, and timestamps.
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| agent_id | Yes |
memory_storeInspect
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).| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| tags | No | ||
| value | Yes | ||
| agent_id | Yes |
mockInspect
Generate realistic mock data records. format: json | csv | list
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | ||
| format | No | json | |
| description | Yes |
name_generatorInspect
Generate names for products, companies, or features with taglines and domain suggestions.
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | ||
| style | No | startup | |
| description | Yes |
outlineInspect
Generate a hierarchical outline with headings, summaries, and subsections.
| Name | Required | Description | Default |
|---|---|---|---|
| depth | No | ||
| topic | Yes | ||
| sections | No |
parse_csvInspect
Analyze CSV data and optionally answer questions about it. Returns columns, row count, and insights.
| Name | Required | Description | Default |
|---|---|---|---|
| csv_text | Yes | ||
| question | No |
pipelineInspect
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}}
]| Name | Required | Description | Default |
|---|---|---|---|
| steps | Yes |
pitchInspect
Generate an elevator pitch: hook, value prop, call to action, full script. length: 15s | 30s | 60s
| Name | Required | Description | Default |
|---|---|---|---|
| length | No | 30s | |
| product | Yes | ||
| audience | No | general |
planInspect
Step-by-step action plan for any goal with effort estimate and first action.
| Name | Required | Description | Default |
|---|---|---|---|
| goal | Yes | ||
| steps | No | ||
| context | No |
post_to_marketplaceInspect
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| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| agent_id | Yes | ||
| category | No | general | |
| endpoint | Yes | ||
| price_usd | Yes | ||
| description | Yes | ||
| capabilities | No |
privacy_checkInspect
Scan text for PII, secrets, and sensitive data. Returns found items, risk level, and recommendations.
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes |
proofreadInspect
Grammar and clarity corrections with tracked changes and writing quality score.
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| style | No | professional |
qaInspect
Q&A over a document. Returns answer, confidence score, and source quote.
| Name | Required | Description | Default |
|---|---|---|---|
| context | Yes | ||
| question | Yes |
questionsInspect
Generate questions + answers from any content. type: faq | interview | quiz | comprehension
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | faq | |
| count | No | ||
| content | Yes |
ragInspect
Grounded Q&A using only your documents. Separate multiple documents with '---'.
Returns answer, confidence, citations, and a cannot_answer flag.| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| documents | Yes |
read_agent_inboxInspect
Read messages from an agent's inbox. Set unread_only=True to filter.
| Name | Required | Description | Default |
|---|---|---|---|
| agent_id | Yes | ||
| unread_only | No |
regexInspect
Generate a regex pattern from a plain-English description with examples.
| Name | Required | Description | Default |
|---|---|---|---|
| flags | No | ||
| language | No | python | |
| description | Yes |
register_my_agentInspect
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.| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| agent_id | Yes | ||
| endpoint | No | ||
| description | Yes | ||
| capabilities | Yes |
researchInspect
Research a topic. Returns structured summary, key points, and sources to check.
| Name | Required | Description | Default |
|---|---|---|---|
| topic | Yes |
review_codeInspect
Review code for quality, security, and performance issues. Returns issues, score, and summary.
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | ||
| focus | No | quality | |
| language | No | auto |
rewriteInspect
Rewrite text for a specific audience, reading level, or brand voice.
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| tone | No | neutral | |
| audience | No | general audience |
run_python_codeInspect
Execute Python code in a sandboxed subprocess. Returns stdout, stderr, returncode. Imports, file I/O, network access, and OS commands are blocked.
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | ||
| timeout | No |
scoreInspect
Score content on a custom rubric. Returns per-criterion scores, strengths, and weaknesses.
| Name | Required | Description | Default |
|---|---|---|---|
| scale | No | ||
| content | Yes | ||
| criteria | No |
scrape_google_mapsInspect
Scrape Google Maps for businesses matching a query. Returns name, address, rating, phone, website.
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| max_results | No |
scrape_instagramInspect
Scrape Instagram profile posts. Returns caption, likes, comments, date, media URL.
| Name | Required | Description | Default |
|---|---|---|---|
| username | Yes | ||
| max_posts | No |
scrape_tiktokInspect
Scrape TikTok profile videos. Returns caption, views, likes, shares, date.
| Name | Required | Description | Default |
|---|---|---|---|
| username | Yes | ||
| max_videos | No |
scrape_tweetsInspect
Scrape Twitter/X tweets by search query or hashtag. Returns text, author, likes, retweets, date.
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| max_results | No |
scrape_websiteInspect
Crawl any website and extract text content. Returns page URL, title, and text per page.
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| max_pages | No |
scrape_youtubeInspect
Search YouTube and return video metadata — title, channel, views, duration, description, URL.
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| max_results | No |
search_knowledge_baseInspect
Search the shared agent knowledge base by keyword.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes |
search_skillsInspect
Search 646+ skills using TF-IDF semantic search. Returns ranked skills with scores. Use this to discover capabilities before calling execute_skill.
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| top_n | No |
send_agent_messageInspect
Send a direct message from one agent to another via the agent network.
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | ||
| subject | Yes | ||
| to_agent | Yes | ||
| from_agent | Yes |
sentimentInspect
Deep sentiment analysis: polarity, score, emotions, confidence, key phrases.
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes |
sqlInspect
Natural language to SQL. Returns query, explanation, and notes.
| Name | Required | Description | Default |
|---|---|---|---|
| schema | No | ||
| dialect | No | postgresql | |
| description | Yes |
submit_agent_taskInspect
Post a task to the agent task board for other agents to claim and complete.
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| posted_by | Yes | ||
| reward_usd | No | ||
| description | Yes | ||
| skills_needed | No |
summarizeInspect
Summarize long text. length: short | medium | detailed
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| length | No | short |
tagInspect
Auto-tag content using a taxonomy or free-form. Returns tags, primary tag, categories.
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| max_tags | No | ||
| taxonomy | No |
test_casesInspect
Generate comprehensive test cases with edge cases for code or a feature description.
| Name | Required | Description | Default |
|---|---|---|---|
| language | No | python | |
| code_or_description | Yes |
thinkInspect
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).| Name | Required | Description | Default |
|---|---|---|---|
| context | No | ||
| problem | Yes | ||
| max_steps | No |
timelineInspect
Extract or reconstruct a timeline from text. Returns dated events with significance.
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| direction | No | chronological |
transformInspect
Transform text with any instruction: rewrite, reformat, expand, condense, change tone.
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| instruction | Yes |
translateInspect
Translate text to any language.
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| language | No | Spanish |
visionInspect
Analyze any image URL using Claude Vision. Ask specific questions or get a full description.
| Name | Required | Description | Default |
|---|---|---|---|
| question | No | Describe this image in detail | |
| image_url | Yes |
web_searchInspect
Search the web via DuckDuckGo. Returns instant answer and related results.
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| n_results | No |
workflowInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| goal | Yes | ||
| context | No |
writeInspect
Write articles, copy, or content to your specification. type: article | post | copy
| Name | Required | Description | Default |
|---|---|---|---|
| spec | Yes | ||
| type | No | article |
To claim this server, publish a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [
{
"email": "your-email@example.com"
}
]
}The email address must match the email associated with your Glama account. Once verified, the server will appear as claimed by you.
Control your server's listing on Glama, including description and metadata
Receive usage reports showing how your server is being used
Get monitoring and health status updates for your server
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Your Connectors
Sign in to create a connector for this server.
socialInspectGenerate platform-optimized social media posts for Twitter, LinkedIn, Instagram, etc.