← apis.io

INDIVIDUAL MCP TOOL

delete_list

PRO — Delete a list you own.

apis.ionone authenticationAvailability not checked

LIVE ENDPOINT

https://apis.io/mcp

No auth detected

Connect to this endpoint to inspect the live schema for delete_list and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a deletion term.

Parent server

apis.io

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.apis-io]
url = "https://apis.io/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "apis-io": {
      "type": "http",
      "url": "https://apis.io/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: apis-io
Remote MCP URL: https://apis.io/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "apis-io": {
      "url": "https://apis.io/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "apis-io": {
      "type": "http",
      "url": "https://apis.io/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "apis-io",
  "transport": "streamable-http",
  "url": "https://apis.io/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • apis_io_search — START HERE.
  • get_playground_apis — Curated APIs that are SAFE TO EXPERIMENT WITH — no key (or an instant, free, self-serve key), no cost, and no real-world side effects.
  • find_apis — Paginated, sortable list of APIs across providers — filter by tag, provider, artifact type, industry, region, or rating band.
  • get_api — Full detail for one API by aid (provider:api-slug); set include=["content"] to inline artifact bodies.
  • find_providers — Paginated, sortable list of providers — filter by text, tag, artifact type, industry, region, rating band, or access model (pricing/onboarding/try_now/public).
  • get_provider — Full detail for one provider: profile, rating, and the APIs it publishes.
  • find_tags — Paginated, sortable list of tags in the taxonomy.
  • get_tag — One tag: its metadata, neighbor tags, and a top sample of its providers and APIs (with totals).