Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

inference.sh

REMOTE · API.INFERENCE.SH · SCANNED AUG 3

run any ai model. compose agents, stack knowledge, connect tools. one api, pay per run.

Available components

+5 this week 63 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score →

Endpoint Security57
Transport & Reachability100
Schema Quality & AI Usability60
  • AI-judged instruction clarity (fair).Partial
  • Tool/resource definitions use about 1249 tokens (~49/item across 25 items; 25 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage88
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 65% of tool parameters carry a description.Partial
Capabilities100
  • Implements a current MCP spec version (2026-07-28).Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

remote · api.inference.sh

# add to Claude Code
claude mcp add --transport http ac-inference-sh-mcp https://api.inference.sh/mcp
# ~/.codex/config.toml
[mcp_servers.ac-inference-sh-mcp]
url = "https://api.inference.sh/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "ac-inference-sh-mcp": {
      "type": "remote",
      "url": "https://api.inference.sh/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add ac-inference-sh-mcp --url https://api.inference.sh/mcp --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  ac-inference-sh-mcp:
    url: "https://api.inference.sh/mcp"
// mcp.json
{
  "mcpServers": {
    "ac-inference-sh-mcp": {
      "type": "http",
      "url": "https://api.inference.sh/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

  • 1 Aug 26 +1
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 31 Jul 26 +1
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 10 to 13. That category is still filling its 30-day observation window: 3 days of observed history at the previous scan, 4 at this one. The score rises as the window fills, whether or not the server changes.

  • 28 Jul 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

  • 27 Jul 26 +1
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 26 Jul 26 57

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Probed https://api.inference.sh/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=inference.sh CN=WE1,O=Google Trust Services,C=US 26 Jul 2026 24 Oct 2026 ECDSA 256 ECDSA-SHA256 3e3a8527f7bacd920e7d0e5398f32418
SANs: inference.sh, *.inference.sh
CN=WE1,O=Google Trust Services,C=US (CA) CN=GTS Root R4,O=Google Trust Services LLC,C=US 13 Dec 2023 20 Feb 2029 ECDSA 256 ECDSA-SHA384 7ff31977972c224a76155d13b6d685e3
CN=GTS Root R4,O=Google Trust Services LLC,C=US (CA) CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BE 15 Nov 2023 28 Jan 2028 ECDSA 384 SHA256-RSA 7fe530bf331343bedd821610493d8a1b
DNSSEC insecure

Validation of api.inference.sh. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
sh. present 55297 8 Verified
inference.sh. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Header Value
content-security-policy default-src 'none'; frame-ancestors 'none'
x-content-type-options nosniff
x-frame-options DENY
referrer-policy strict-origin-when-cross-origin
Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://api.inference.sh/mcp Verified 200
http (plaintext) http://api.inference.sh/mcp HTTPS enforced 301 https://api.inference.sh/mcp
MCP tools — 25 exposed · ~1,130 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
app_get ~37

Get detailed app info including input/output schemas and version history

NameTypeReqDescription
appstringyesApp ref: namespace/name or namespace/name@version

No output schema declared.

No examples provided.

app_list ~50

Search and filter available apps on inference.sh

NameTypeReqDescription
categorystring
cursorstring
limitinteger
querystringSearch by name or description

No output schema declared.

No examples provided.

app_run ~79

Run an app on inference.sh. Creates a task that executes the app with the given input.

NameTypeReqDescription
appstringyesApp ref: namespace/name or namespace/name@version
functionstringFunction name for multi-function apps
infrastructurestring
inputobjectyesApp input matching the app's input schema

No output schema declared.

No examples provided.

knowledge_create ~60

Create a new knowledge entry (concept, observation, preference, reference, etc.)

NameTypeReqDescription
contentstringyesEntry content (markdown)
descriptionstringShort description
namestringyesEntry name
typestring

No output schema declared.

No examples provided.

knowledge_delete ~24

Delete a knowledge entry by ID

NameTypeReqDescription
idstringyesEntry ID

No output schema declared.

No examples provided.

knowledge_get ~35

Get detailed information about a knowledge entry by namespace/name or ID

NameTypeReqDescription
refstringyesEntry ref: namespace/name or ID

No output schema declared.

No examples provided.

knowledge_list ~43

List your knowledge entries, optionally filtered by type

NameTypeReqDescription
cursorstring
limitinteger
typestringFilter by knowledge type

No output schema declared.

No examples provided.

knowledge_search ~48

Search your knowledge entries by query

NameTypeReqDescription
cursorstring
limitinteger
querystringyesSearch query
typestringFilter by type

No output schema declared.

No examples provided.

mcp_connect ~41

Initiate a connection to an MCP server. For OAuth servers, returns an authorization URL to open in a browser.

NameTypeReqDescription
slugstringyesServer slug

No output schema declared.

No examples provided.

mcp_disconnect ~25

Remove connection to an MCP server

NameTypeReqDescription
slugstringyesServer slug

No output schema declared.

No examples provided.

mcp_get ~28

Get details about an MCP server including connection status

NameTypeReqDescription
slugstringyesServer slug

No output schema declared.

No examples provided.

mcp_list ~54

Browse available MCP servers that can be connected to

NameTypeReqDescription
categorystringFilter by category
cursorstring
featuredbooleanShow only featured servers
limitinteger

No output schema declared.

No examples provided.

mcp_run ~58

Call a tool on a connected MCP server. The server must be connected first via mcp_connect.

NameTypeReqDescription
inputobjectTool input arguments
slugstringyesslug/tool format (e.g. 'linear/list_issues')

No output schema declared.

No examples provided.

mcp_search ~39

Search available MCP servers by query

NameTypeReqDescription
cursorstring
limitinteger
querystringyesSearch query

No output schema declared.

No examples provided.

mcp_tools ~54

List available tools on a connected MCP server, or get details for a specific tool

NameTypeReqDescription
slugstringyesServer slug (e.g. 'linear') or slug/tool (e.g. 'linear/list_issues')

No output schema declared.

No examples provided.

skill_files ~33

List supplementary files for a skill (references, scripts, etc.)

NameTypeReqDescription
refstringyesSkill ref: namespace/name

No output schema declared.

No examples provided.

skill_search ~47

Search the public skill store

NameTypeReqDescription
categorystringFilter by category
cursorstring
limitinteger
querystringyesSearch query

No output schema declared.

No examples provided.

skill_store ~52

Browse approved skills in the public skill store

NameTypeReqDescription
categorystringFilter by category
cursorstring
featuredbooleanShow only featured skills
limitinteger

No output schema declared.

No examples provided.

skill_upload ~83

Create or update a skill with SKILL.md content and optional supporting files

NameTypeReqDescription
allowed_toolsstringComma-separated list of allowed tools
contentstringyesSKILL.md body content (markdown)
descriptionstringShort description
filesarraySupporting files (references, scripts)
namestringyesSkill name

No output schema declared.

No examples provided.

skill_use ~63

Fetch a skill's assembled SKILL.md content. Tries the inference.sh store first, falls back to GitHub. Returns the full skill content for the agent to consume.

NameTypeReqDescription
refstringyesSkill ref: namespace/name, or github.com/user/repo URL

No output schema declared.

No examples provided.

skill_view ~43

View a specific supplementary file from a skill's manifest

NameTypeReqDescription
pathstringyesFile path within the skill
refstringyesSkill ref: namespace/name

No output schema declared.

No examples provided.

task_cancel ~39

Cancel a running or queued task

NameTypeReqDescription
forcebooleanForce kill immediately instead of graceful shutdown
task_idstringyesTask ID

No output schema declared.

No examples provided.

task_get ~26

Get status and output of a task

NameTypeReqDescription
task_idstringyesTask ID

No output schema declared.

No examples provided.

task_list ~36

List your tasks on inference.sh

NameTypeReqDescription
cursorstring
limitinteger
statusstring

No output schema declared.

No examples provided.

task_logs ~33

Get execution logs for a task

NameTypeReqDescription
log_typestring
task_idstringyesTask ID

No output schema declared.

No examples provided.