Crawler Summary

aipic-mcp answer-first brief

๐ŸŽจ AI-powered image generation MCP server for web design. Generate high-quality images using DashScope FLUX model with natural language prompts. AI Picture MCP Server $1 $1 $1 $1 A Model Context Protocol (MCP) server that provides AI-powered image generation capabilities specifically designed for web design workflows. This server integrates with **Alibaba Cloud DashScope's FLUX model** to generate high-quality images based on English prompts, perfect for creating placeholder images, hero images, product mockups, and other web assets. ๐Ÿš€ Quick Start โœจ Features Published capability contract available. No trust telemetry is available yet. Last updated 2/24/2026.

Freshness

Last checked 2/22/2026

Best For

Contract is available with explicit auth and schema references.

Not Ideal For

aipic-mcp is not ideal for teams that need stronger public trust telemetry, lower setup complexity, or more explicit contract coverage before production rollout.

Evidence Sources Checked

editorial-content, capability-contract, runtime-metrics, public facts pack

Claim this agent
Agent DossierGitHubSafety: 93/100

aipic-mcp

๐ŸŽจ AI-powered image generation MCP server for web design. Generate high-quality images using DashScope FLUX model with natural language prompts. AI Picture MCP Server $1 $1 $1 $1 A Model Context Protocol (MCP) server that provides AI-powered image generation capabilities specifically designed for web design workflows. This server integrates with **Alibaba Cloud DashScope's FLUX model** to generate high-quality images based on English prompts, perfect for creating placeholder images, hero images, product mockups, and other web assets. ๐Ÿš€ Quick Start โœจ Features

MCPverified

Public facts

6

Change events

1

Artifacts

0

Freshness

Feb 22, 2026

Verifiededitorial-content1 verified compatibility signal

Published capability contract available. No trust telemetry is available yet. Last updated 2/24/2026.

Schema refs publishedTrust evidence available

Trust score

Unknown

Compatibility

MCP

Freshness

Feb 22, 2026

Vendor

Leonaries

Artifacts

0

Benchmarks

0

Last release

1.0.4

Executive Summary

Key links, install path, and a quick operational read before the deeper crawl record.

Verifiededitorial-content

Summary

Published capability contract available. No trust telemetry is available yet. Last updated 2/24/2026.

Setup snapshot

git clone https://github.com/leonaries/aipic-mcp.git
  1. 1

    Setup complexity is MEDIUM. Standard integration tests and API key provisioning are required before connecting this to production workloads.

  2. 2

    Final validation: Expose the agent to a mock request payload inside a sandbox and trace the network egress before allowing access to real customer data.

Evidence Ledger

Everything public we have scraped or crawled about this agent, grouped by evidence type with provenance.

Verifiededitorial-content
Vendor (1)

Vendor

Leonaries

profilemedium
Observed Feb 24, 2026Source linkProvenance
Compatibility (2)

Protocol compatibility

MCP

contracthigh
Observed Feb 24, 2026Source linkProvenance

Auth modes

mcp, api_key

contracthigh
Observed Feb 24, 2026Source linkProvenance
Artifact (1)

Machine-readable schemas

OpenAPI or schema references published

contracthigh
Observed Feb 24, 2026Source linkProvenance
Security (1)

Handshake status

UNKNOWN

trustmedium
Observed unknownSource linkProvenance
Integration (1)

Crawlable docs

6 indexed pages on the official domain

search_documentmedium
Observed Apr 15, 2026Source linkProvenance

Release & Crawl Timeline

Merged public release, docs, artifact, benchmark, pricing, and trust refresh events.

Self-declaredagent-index

Artifacts Archive

Extracted files, examples, snippets, parameters, dependencies, permissions, and artifact metadata.

Self-declaredGITHUB MCP

Extracted files

0

Examples

6

Snippets

0

Languages

typescript

Executable Examples

bash

npx -y aipic-mcp

bash

npx -y aipic-mcp

json

{
  "mcpServers": {
    "aipic": {
      "command": "npx",
      "args": ["-y", "aipic-mcp"]
    }
  }
}

json

{
  "mcpServers": {
    "aipic": {
      "command": "npx",
      "args": ["-y", "aipic-mcp"],
      "env": {
        "DASHSCOPE_API_KEY": "sk-your-dashscope-api-key-here"
      }
    }
  }
}

json

{
  "mcpServers": {
    "aipic": {
      "command": "/Users/your-username/.nvm/versions/node/v20.19.4/bin/npx",
      "args": ["-y", "aipic-mcp"],
      "env": {
        "DASHSCOPE_API_KEY": "sk-your-dashscope-api-key-here",
        "PATH": "/Users/your-username/.nvm/versions/node/v20.19.4/bin:/usr/local/bin:/usr/bin:/bin"
      }
    }
  }
}

bash

npm install -g aipic-mcp

Docs & README

Full documentation captured from public sources, including the complete README when available.

Self-declaredGITHUB MCP

Docs source

GITHUB MCP

Editorial quality

ready

๐ŸŽจ AI-powered image generation MCP server for web design. Generate high-quality images using DashScope FLUX model with natural language prompts. AI Picture MCP Server $1 $1 $1 $1 A Model Context Protocol (MCP) server that provides AI-powered image generation capabilities specifically designed for web design workflows. This server integrates with **Alibaba Cloud DashScope's FLUX model** to generate high-quality images based on English prompts, perfect for creating placeholder images, hero images, product mockups, and other web assets. ๐Ÿš€ Quick Start โœจ Features

Full README

AI Picture MCP Server

NPM Version License: MIT GitHub Stars TypeScript

A Model Context Protocol (MCP) server that provides AI-powered image generation capabilities specifically designed for web design workflows. This server integrates with Alibaba Cloud DashScope's FLUX model to generate high-quality images based on English prompts, perfect for creating placeholder images, hero images, product mockups, and other web assets.

๐Ÿš€ Quick Start

npx -y aipic-mcp

โœจ Features

  • ๐ŸŽจ AI Image Generation: Generate high-quality images using DashScope FLUX model with natural language prompts
  • ๐Ÿ–ฅ๏ธ Web-Optimized Output: Automatically optimizes images for web use with proper compression and sizing
  • ๐Ÿ“ Flexible Sizing: Support for custom width and height specifications (default: 1024x1024)
  • ๐Ÿ“‹ Base64 Encoding: Returns images in base64 format for direct use in web applications
  • โšก Smart File Saving: Auto-saves to Desktop when possible, falls back to temp directory
  • ๐Ÿ”„ Async Processing: Uses DashScope's async task API for reliable image generation
  • ๐Ÿ›ก๏ธ Robust Error Handling: Comprehensive error handling for API issues, network problems, and invalid inputs
  • ๐Ÿ” Environment Variable Support: Configure API keys via DASHSCOPE_API_KEY or MODELSCOPE_API_KEY

๐Ÿ“ฆ Installation & Usage

Option 1: NPX (Recommended)

Use directly with NPX without installation:

npx -y aipic-mcp

Claude Desktop Configuration:

{
  "mcpServers": {
    "aipic": {
      "command": "npx",
      "args": ["-y", "aipic-mcp"]
    }
  }
}

Option 2: NPX with API Key Environment Variable (Recommended)

For the best experience, configure your DashScope API key as an environment variable:

{
  "mcpServers": {
    "aipic": {
      "command": "npx",
      "args": ["-y", "aipic-mcp"],
      "env": {
        "DASHSCOPE_API_KEY": "sk-your-dashscope-api-key-here"
      }
    }
  }
}

With full PATH (if using NVM or custom Node installation):

{
  "mcpServers": {
    "aipic": {
      "command": "/Users/your-username/.nvm/versions/node/v20.19.4/bin/npx",
      "args": ["-y", "aipic-mcp"],
      "env": {
        "DASHSCOPE_API_KEY": "sk-your-dashscope-api-key-here",
        "PATH": "/Users/your-username/.nvm/versions/node/v20.19.4/bin:/usr/local/bin:/usr/bin:/bin"
      }
    }
  }
}

Option 3: Global Installation

npm install -g aipic-mcp

Claude Desktop Configuration:

{
  "mcpServers": {
    "aipic": {
      "command": "aipic-mcp"
    }
  }
}

With API Key Environment Variable:

{
  "mcpServers": {
    "aipic": {
      "command": "aipic-mcp",
      "env": {
        "DASHSCOPE_API_KEY": "sk-your-dashscope-api-key-here"
      }
    }
  }
}

Option 4: Local Development

If you want to contribute to the project or customize it:

  1. Clone this repository:
git clone https://github.com/leonaries/aipic-mcp.git
cd aipic-mcp
  1. Install dependencies:
npm install
  1. Build the TypeScript code:
npm run build
  1. Test locally:
npm run dev

Claude Desktop Configuration for Local Development:

{
  "mcpServers": {
    "aipic": {
      "command": "node",
      "args": ["dist/index.js"],
      "cwd": "/Users/your-username/path/to/aipic-mcp",
      "env": {
        "DASHSCOPE_API_KEY": "sk-your-dashscope-api-key-here"
      }
    }
  }
}

Note: Replace /Users/your-username/path/to/aipic-mcp with the actual path where you cloned the repository.

โš™๏ธ Configuration

Claude Desktop Setup

Add the server to your Claude Desktop configuration file:

macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json

Choose one of the configuration options above based on your installation method.

DashScope API Key

You'll need a DashScope API key from Alibaba Cloud to use this server. Get one from Alibaba Cloud DashScope.

How to get your API key:

  1. Visit Alibaba Cloud DashScope
  2. Sign up/login to your account
  3. Go to API Keys section
  4. Create a new API key with image generation permissions
  5. Copy the API key (format: sk-xxxxxxxxxx)

Two ways to provide your API key:

  1. Environment Variable (Recommended): Configure in Claude Desktop config as shown above
  2. Runtime Parameter: Pass the API key when calling the tool (less convenient but more flexible)

๐ŸŽฏ Usage

The server provides one main tool:

generate_web_image

Generates an AI image optimized for web design use.

Parameters:

  • prompt (required): English description of the image to generate
  • apiKey (optional): Your DashScope API key (if not set via DASHSCOPE_API_KEY environment variable)
  • width (optional): Image width in pixels (default: 1024)
  • height (optional): Image height in pixels (default: 1024)
  • outputPath (optional): Custom path to save the image (default: auto-saves to Desktop or temp directory)

Example prompts:

  • "A modern minimalist office workspace with laptop and coffee cup"
  • "Abstract geometric background in blue and purple gradients"
  • "Professional team meeting in a bright conference room"
  • "E-commerce product photo of wireless headphones on white background"
  • "Hero image of a mountain landscape at sunrise"

Example usage in Claude (with environment variable configured):

Generate a hero image for my website with the prompt "A sleek modern smartphone floating above a city skyline at dusk"

Example usage in Claude (with manual API key):

Generate a hero image for my website with the prompt "A sleek modern smartphone floating above a city skyline at dusk" using my DashScope API key "sk-your-api-key-here"

๐Ÿ”ง API Integration Details

This server uses the Alibaba Cloud DashScope API with the following configuration:

  • Model: flux-schnell (FLUX.1 schnell model for fast generation)
  • Endpoint: https://dashscope.aliyuncs.com/api/v1/services/aigc/text2image/image-synthesis
  • Authentication: Bearer token (your DashScope API key)
  • Mode: Async processing with task polling
  • Timeout: 5 minutes for generation, 30 seconds for download

๐Ÿ›ก๏ธ Error Handling

The server handles various error conditions:

  • Invalid or missing API keys
  • Rate limiting from DashScope API
  • Network timeouts and connectivity issues
  • Task generation failures
  • Image download failures
  • File system errors when saving images

๐Ÿ”จ Development

Running in Development Mode

npm run dev

Building for Production

npm run build

Testing

npm test

Publishing to NPM

The project is already published to NPM. For maintainers:

npm run build
npm version patch  # or minor/major
npm publish

๐Ÿค Contributing

Contributions are welcome! Please feel free to submit a Pull Request. For major changes, please open an issue first to discuss what you would like to change.

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/AmazingFeature)
  3. Commit your changes (git commit -m 'Add some AmazingFeature')
  4. Push to the branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

๐Ÿ”’ Security Considerations

  • API keys can be configured via environment variables for better security
  • Images are saved to the local filesystem under the current working directory
  • Network requests have appropriate timeouts to prevent hanging
  • Input validation prevents empty prompts and missing required parameters
  • Environment variables are more secure than hardcoded keys

๐Ÿ“š Dependencies

  • @modelcontextprotocol/sdk: MCP SDK for server implementation
  • axios: HTTP client for API requests
  • sharp: Image processing and optimization
  • uuid: Unique ID generation for filenames

๐Ÿ› Troubleshooting

Common Issues

  1. "Command not found" error

    • Make sure you have Node.js 18+ installed
    • Try running npx -y aipic-mcp instead of global installation
    • If using NVM, specify the full path to npx in your configuration
  2. API key errors

    • Verify your DashScope API key is valid (should start with sk-)
    • Check that you have sufficient quota on your Alibaba Cloud account
    • Ensure the API key is correctly configured as DASHSCOPE_API_KEY environment variable
    • Make sure your API key has image generation permissions
  3. Image generation timeout

    • DashScope API can take up to 2-3 minutes for complex prompts
    • Try again with a simpler prompt
    • Check your internet connection
  4. Environment variable not working

    • Restart Claude Desktop after updating the configuration
    • Verify the JSON syntax in your configuration file
    • Check that the API key doesn't have extra spaces or quotes
  5. NPX installation issues

    • Use the -y flag to automatically confirm installations
    • If using NVM, make sure your PATH is correctly set in the configuration
  6. Task generation failures

    • The server uses async processing, so it may take a few moments
    • Check the console logs for detailed error messages
    • Ensure your prompt is in English for best results

๐Ÿ“„ License

MIT License - see LICENSE file for details.

๐Ÿ”— Links

  • NPM Package: https://www.npmjs.com/package/aipic-mcp
  • GitHub Repository: https://github.com/leonaries/aipic-mcp
  • Alibaba Cloud DashScope: https://dashscope.aliyun.com/
  • Model Context Protocol: https://modelcontextprotocol.io/

๐Ÿ“ Changelog

v1.0.4 (Latest)

  • ๐Ÿ“ Documentation Update: Comprehensive README improvements with enhanced feature descriptions
  • ๐Ÿ”ง API Key Format: Updated all examples to use correct sk- prefix for DashScope API keys
  • ๐ŸŒ Environment Variables: Clarified primary use of DASHSCOPE_API_KEY over legacy MODELSCOPE_API_KEY
  • โœจ User Experience: Improved installation guides and troubleshooting documentation

v1.0.3

  • โšก Smart File Saving: Auto-saves images to Desktop when possible, falls back to temp directory
  • ๐Ÿ”ง Enhanced Environment Variables: Primary support for DASHSCOPE_API_KEY, backward compatible with MODELSCOPE_API_KEY
  • ๐Ÿ›ก๏ธ Improved Error Handling: Better error messages and more robust API integration
  • ๐Ÿ“ Intelligent Path Detection: Automatic directory creation and fallback mechanisms
  • ๐Ÿš€ Better User Experience: Images now saved directly to user's Desktop by default

v1.0.1

  • ๐Ÿ”ง BREAKING CHANGE: Updated to use Alibaba Cloud DashScope API instead of ModelScope API
  • โœจ Added async task processing for more reliable image generation
  • ๐Ÿ› Fixed API authentication issues
  • ๐Ÿ“š Updated documentation to reflect DashScope integration

v1.0.0

  • ๐ŸŽ‰ Initial release with ModelScope integration

๐ŸŒŸ Star this repository if you find it useful!

Contract & API

Machine endpoints, protocol fit, contract coverage, invocation examples, and guardrails for agent-to-agent use.

Verifiedcapability-contract

Contract coverage

Status

ready

Auth

mcp, api_key

Streaming

No

Data region

global

Protocol support

MCP: verified

Requires: mcp, lang:typescript

Forbidden: none

Guardrails

Operational confidence: medium

Contract is available with explicit auth and schema references.
Trust confidence is not low and verification freshness is acceptable.
Protocol support is explicitly confirmed in contract metadata.
Invocation examples
curl -s "https://xpersona.co/api/v1/agents/mcp-leonaries-aipic-mcp/snapshot"
curl -s "https://xpersona.co/api/v1/agents/mcp-leonaries-aipic-mcp/contract"
curl -s "https://xpersona.co/api/v1/agents/mcp-leonaries-aipic-mcp/trust"

Reliability & Benchmarks

Trust and runtime signals, benchmark suites, failure patterns, and practical risk constraints.

Missingruntime-metrics

Trust signals

Handshake

UNKNOWN

Confidence

unknown

Attempts 30d

unknown

Fallback rate

unknown

Runtime metrics

Observed P50

unknown

Observed P95

unknown

Rate limit

unknown

Estimated cost

unknown

No benchmark suites or observed failure patterns are available.

Media & Demo

Every public screenshot, visual asset, demo link, and owner-provided destination tied to this agent.

Missingno-media
No screenshots, media assets, or demo links are available.

Related Agents

Neighboring agents from the same protocol and source ecosystem for comparison and shortlist building.

Self-declaredprotocol-neighbors
GITLAB_AI_CATALOGgitlab-mcp

Rank

83

A Model Context Protocol (MCP) server for GitLab

Traction

No public download signal

Freshness

Updated 2d ago

MCP
GITLAB_PUBLIC_PROJECTSgitlab-mcp

Rank

80

A Model Context Protocol (MCP) server for GitLab

Traction

No public download signal

Freshness

Updated 2d ago

MCP
GITLAB_AI_CATALOGrmcp-openapi

Rank

74

Expose OpenAPI definition endpoints as MCP tools using the official Rust SDK for the Model Context Protocol (https://github.com/modelcontextprotocol/rust-sdk)

Traction

No public download signal

Freshness

Updated 2d ago

MCP
GITLAB_AI_CATALOGrmcp-actix-web

Rank

72

An actix_web backend for the official Rust SDK for the Model Context Protocol (https://github.com/modelcontextprotocol/rust-sdk)

Traction

No public download signal

Freshness

Updated 2d ago

MCP
Machine Appendix

Contract JSON

{
  "contractStatus": "ready",
  "authModes": [
    "mcp",
    "api_key"
  ],
  "requires": [
    "mcp",
    "lang:typescript"
  ],
  "forbidden": [],
  "supportsMcp": true,
  "supportsA2a": false,
  "supportsStreaming": false,
  "inputSchemaRef": "https://github.com/leonaries/aipic-mcp#input",
  "outputSchemaRef": "https://github.com/leonaries/aipic-mcp#output",
  "dataRegion": "global",
  "contractUpdatedAt": "2026-02-24T19:45:40.726Z",
  "sourceUpdatedAt": "2026-02-24T19:45:40.726Z",
  "freshnessSeconds": 4421582
}

Invocation Guide

{
  "preferredApi": {
    "snapshotUrl": "https://xpersona.co/api/v1/agents/mcp-leonaries-aipic-mcp/snapshot",
    "contractUrl": "https://xpersona.co/api/v1/agents/mcp-leonaries-aipic-mcp/contract",
    "trustUrl": "https://xpersona.co/api/v1/agents/mcp-leonaries-aipic-mcp/trust"
  },
  "curlExamples": [
    "curl -s \"https://xpersona.co/api/v1/agents/mcp-leonaries-aipic-mcp/snapshot\"",
    "curl -s \"https://xpersona.co/api/v1/agents/mcp-leonaries-aipic-mcp/contract\"",
    "curl -s \"https://xpersona.co/api/v1/agents/mcp-leonaries-aipic-mcp/trust\""
  ],
  "jsonRequestTemplate": {
    "query": "summarize this repo",
    "constraints": {
      "maxLatencyMs": 2000,
      "protocolPreference": [
        "MCP"
      ]
    }
  },
  "jsonResponseTemplate": {
    "ok": true,
    "result": {
      "summary": "...",
      "confidence": 0.9
    },
    "meta": {
      "source": "GITHUB_MCP",
      "generatedAt": "2026-04-16T23:58:43.292Z"
    }
  },
  "retryPolicy": {
    "maxAttempts": 3,
    "backoffMs": [
      500,
      1500,
      3500
    ],
    "retryableConditions": [
      "HTTP_429",
      "HTTP_503",
      "NETWORK_TIMEOUT"
    ]
  }
}

Trust JSON

{
  "status": "unavailable",
  "handshakeStatus": "UNKNOWN",
  "verificationFreshnessHours": null,
  "reputationScore": null,
  "p95LatencyMs": null,
  "successRate30d": null,
  "fallbackRate": null,
  "attempts30d": null,
  "trustUpdatedAt": null,
  "trustConfidence": "unknown",
  "sourceUpdatedAt": null,
  "freshnessSeconds": null
}

Capability Matrix

{
  "rows": [
    {
      "key": "MCP",
      "type": "protocol",
      "support": "supported",
      "confidenceSource": "contract",
      "notes": "Confirmed by capability contract"
    },
    {
      "key": "mcp",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    },
    {
      "key": "model-context-protocol",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    },
    {
      "key": "ai",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    },
    {
      "key": "image-generation",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    },
    {
      "key": "web-design",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    },
    {
      "key": "flux",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    },
    {
      "key": "dashscope",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    },
    {
      "key": "alibaba-cloud",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    },
    {
      "key": "claude",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    },
    {
      "key": "assistant",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    },
    {
      "key": "tool",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    },
    {
      "key": "cli",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    }
  ],
  "flattenedTokens": "protocol:MCP|supported|contract capability:mcp|supported|profile capability:model-context-protocol|supported|profile capability:ai|supported|profile capability:image-generation|supported|profile capability:web-design|supported|profile capability:flux|supported|profile capability:dashscope|supported|profile capability:alibaba-cloud|supported|profile capability:claude|supported|profile capability:assistant|supported|profile capability:tool|supported|profile capability:cli|supported|profile"
}

Facts JSON

[
  {
    "factKey": "docs_crawl",
    "category": "integration",
    "label": "Crawlable docs",
    "value": "6 indexed pages on the official domain",
    "href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
    "sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
    "sourceType": "search_document",
    "confidence": "medium",
    "observedAt": "2026-04-15T05:03:46.393Z",
    "isPublic": true
  },
  {
    "factKey": "protocols",
    "category": "compatibility",
    "label": "Protocol compatibility",
    "value": "MCP",
    "href": "https://xpersona.co/api/v1/agents/mcp-leonaries-aipic-mcp/contract",
    "sourceUrl": "https://xpersona.co/api/v1/agents/mcp-leonaries-aipic-mcp/contract",
    "sourceType": "contract",
    "confidence": "high",
    "observedAt": "2026-02-24T19:45:40.726Z",
    "isPublic": true
  },
  {
    "factKey": "auth_modes",
    "category": "compatibility",
    "label": "Auth modes",
    "value": "mcp, api_key",
    "href": "https://xpersona.co/api/v1/agents/mcp-leonaries-aipic-mcp/contract",
    "sourceUrl": "https://xpersona.co/api/v1/agents/mcp-leonaries-aipic-mcp/contract",
    "sourceType": "contract",
    "confidence": "high",
    "observedAt": "2026-02-24T19:45:40.726Z",
    "isPublic": true
  },
  {
    "factKey": "schema_refs",
    "category": "artifact",
    "label": "Machine-readable schemas",
    "value": "OpenAPI or schema references published",
    "href": "https://github.com/leonaries/aipic-mcp#input",
    "sourceUrl": "https://xpersona.co/api/v1/agents/mcp-leonaries-aipic-mcp/contract",
    "sourceType": "contract",
    "confidence": "high",
    "observedAt": "2026-02-24T19:45:40.726Z",
    "isPublic": true
  },
  {
    "factKey": "vendor",
    "category": "vendor",
    "label": "Vendor",
    "value": "Leonaries",
    "href": "https://github.com/leonaries/aipic-mcp#readme",
    "sourceUrl": "https://github.com/leonaries/aipic-mcp#readme",
    "sourceType": "profile",
    "confidence": "medium",
    "observedAt": "2026-02-24T19:43:14.176Z",
    "isPublic": true
  },
  {
    "factKey": "handshake_status",
    "category": "security",
    "label": "Handshake status",
    "value": "UNKNOWN",
    "href": "https://xpersona.co/api/v1/agents/mcp-leonaries-aipic-mcp/trust",
    "sourceUrl": "https://xpersona.co/api/v1/agents/mcp-leonaries-aipic-mcp/trust",
    "sourceType": "trust",
    "confidence": "medium",
    "observedAt": null,
    "isPublic": true
  }
]

Change Events JSON

[
  {
    "eventType": "docs_update",
    "title": "Docs refreshed: Sign in to GitHub ยท GitHub",
    "description": "Fresh crawlable documentation was indexed for the official domain.",
    "href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
    "sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
    "sourceType": "search_document",
    "confidence": "medium",
    "observedAt": "2026-04-15T05:03:46.393Z",
    "isPublic": true
  }
]

Sponsored

Ads related to aipic-mcp and adjacent AI workflows.