Explore

Find agent skills by outcome

95,095 skills indexed with the new KISS metadata standard.

Showing 24 of 95,095Categories: Coding & Debugging, General, Writing & Content, Data
General
PromptBeginner5 minmarkdown

The name should be general

descriptive of the service being integrated

0
General
PromptBeginner5 minmarkdown

- Examples: `slack-mcp-server`

`github-mcp-server`

0
General
PromptBeginner5 minmarkdown

- Examples: `slack_mcp`

`github_mcp`

0
General
PromptBeginner5 minmarkdown

- **stdio**: For local integrations

command-line tools

0
General
PromptBeginner5 minmarkdown

- **Streamable HTTP**: For remote servers

multi-client scenarios

0
General
PromptBeginner5 minmarkdown

- Return `has_more`

`next_offset`

0
General
PromptBeginner5 minmarkdown

- Example: `slack_send_message`

`github_create_issue`

0
General
PromptBeginner5 minmarkdown

- **Node/TypeScript**: `{service}-mcp-server` (e.g.

`slack-mcp-server`)

0
Coding & Debugging
PromptBeginner5 minmarkdown

- **Python**: `{service}_mcp` (e.g.

`slack_mcp`)

0
General
PromptBeginner5 minmarkdown

3. **Question Generation**: Create 10 complex

realistic questions

0
General
PromptBeginner5 minmarkdown

- **Verifiable**: Single

clear answer that can be verified by string comparison

0
General
PromptBeginner5 minmarkdown

To create effective evaluations

follow the process outlined in the evaluation guide:

0
General
PromptBeginner5 minmarkdown

After implementing your MCP server

create comprehensive evaluations to test its effectiveness.

0
General
PromptBeginner5 minmarkdown

Use evaluations to test whether LLMs can effectively use your MCP server to answer realistic

complex questions.

0
General
PromptBeginner5 minmarkdown

- [⚡ TypeScript Guide](./reference/node_mcp_server.md) - Project structure

package.json

0
Coding & Debugging
PromptBeginner5 minmarkdown

Prioritize comprehensive API coverage. List endpoints to implement

starting with the most common operations.

0
Coding & Debugging
PromptBeginner5 minmarkdown

- [🐍 Python Guide](./reference/python_mcp_server.md) - Module organization

dependencies

0
Coding & Debugging
PromptBeginner5 minmarkdown

Review the service's API documentation to identify key endpoints

authentication requirements

0
Coding & Debugging
PromptBeginner5 minmarkdown

- **Language**: TypeScript (high-quality SDK support and good compatibility in many execution environments e.g. MCPB. Plus AI models are good at generating TypeScript code

benefiting from its broad usage

0
General
PromptBeginner5 minmarkdown

- **Transport**: Streamable HTTP for remote servers

using stateless JSON (simpler to scale and maintain

0
General
PromptBeginner5 minmarkdown

- Transport mechanisms (streamable HTTP

stdio)

0
General
PromptBeginner5 minmarkdown

Then fetch specific pages with `.md` suffix for markdown format (e.g.

`https://modelcontextprotocol.io/specification/draft.md`).

0
General
PromptBeginner5 minmarkdown

- Tool

resource

0
Coding & Debugging
PromptBeginner5 minmarkdown

Agents benefit from concise tool descriptions and the ability to filter/paginate results. Design tools that return focused

relevant data. Some clients support code execution which can help agents filter and process data efficiently.

0