> ## Documentation Index
> Fetch the complete documentation index at: https://docs.agentpowers.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Mcp Server Card

> SEP-1649 MCP server card for the AgentPowers marketplace MCP server.



## OpenAPI

````yaml /openapi.json get /.well-known/mcp/server-card.json
openapi: 3.1.0
info:
  title: AgentPowers API
  description: Paid marketplace for Claude Code skills and agents
  version: 0.1.0
servers:
  - url: https://api.agentpowers.ai
    description: Production
security: []
paths:
  /.well-known/mcp/server-card.json:
    get:
      tags:
        - well-known
      summary: Mcp Server Card
      description: SEP-1649 MCP server card for the AgentPowers marketplace MCP server.
      operationId: mcp_server_card__well_known_mcp_server_card_json_get
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}

````