agentsclimarketplace

Mcp server card

Skill whiteknightonhorse/aipush-agent-skills/skills/mcp-server-card

Free, open, security-verified agent skills for AEO (Answer Engine Optimization) — make any site ready for AI agents. Live: aipush.appFrom the repository description

Install
npx -y skills add whiteknightonhorse/aipush-agent-skills --skill mcp-server-card

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.2 KB, 317 tokens by cl100k_base, as published. Nobody here has run it

Publish an MCP Server Card

AIPUSH agent skill · Category: Agent Interfaces · Slug: mcp-server-card

A Model Context Protocol (MCP) Server Card advertises your MCP server so agents can discover and connect to your tools without manual configuration.

Why it matters

A Model Context Protocol (MCP) Server Card advertises your MCP server so agents can discover and connect to your tools without manual configuration.

How to detect

Request https://YOURDOMAIN/.well-known/mcp/server-card.json (HTTP 200, valid JSON).

How to implement

Serve /.well-known/mcp/server-card.json:

{
  "serverInfo": { "name": "YOURSITE", "version": "1.0.0" },
  "transport": { "type": "streamable-http", "endpoint": "https://YOURDOMAIN/mcp" },
  "capabilities": { "tools": {}, "resources": {} }
}

Match the fields to the current MCP server-card schema (being standardized).

How to verify

curl -s https://YOURDOMAIN/.well-known/mcp/server-card.json | jq .serverInfo returns name/version.

References


Part of the AIPUSH agent skills catalog. Scan your site free at https://aipush.app.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,764. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.