api-services

Documents the API for LLM, Speech, and Graph service providers in MCP servers.

148|28|Updated Mar 20, 2025
One-click install
npx skills add https://github.com/cyanheads/mcp-ts-core --skill api-services
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: api-services
Source: https://github.com/cyanheads/mcp-ts-core/tree/main/skills/api-services
Command: npx skills add https://github.com/cyanheads/mcp-ts-core --skill api-services

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill provides a precise API reference for built-in service providers used by MCP servers, consolidating interfaces and usage guidance for LLM, Speech, and Graph services.

Core Features & Use Cases

  • Comprehensive API references for LLM, Speech, and Graph interfaces, including access patterns and integration details.
  • Reference-driven onboarding for core contributors and downstream servers that rely on these contracts.
  • Use Case: When integrating a new provider, consult the references to understand expected interfaces and implementation patterns.

Quick Start

Inspect the API references to understand the interface contracts for the built-in service providers.

Frequently Asked Questions about api-services

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What are the built-in service provider interfaces for MCP servers?

The built-in service provider interfaces for MCP servers encompass LLM, Speech, and Graph services. They define standard access patterns and integration details for core contributors and downstream servers relying on these contracts.

How do I integrate a new LLM or Speech provider with MCP servers?

To integrate a new LLM or Speech provider, consult the API references to understand expected interfaces and implementation patterns. These references enforce a standard documentation structure with frontmatter and Markdown detailing usage.

Where can I find API reference documentation for MCP server Graph interfaces?

API reference documentation for MCP server Graph interfaces is consolidated within the built-in service providers reference. It provides precise interface contracts, access patterns, and integration details for downstream server implementation.

Does the MCP server API reference cover contracts for downstream servers?

Yes, the MCP server API reference explicitly covers contracts for downstream servers. It provides reference-driven onboarding and consolidated usage guidance for LLM, Speech, and Graph services to ensure reliable integration.

What is the required documentation structure for built-in service providers?

The required documentation structure for built-in service providers enforces a standard format with frontmatter name and description, followed by a Markdown body. This body details interfaces, usage patterns, and integration specifics.