get_entry

Pack: interpro · Endpoint: https://gateway.pipeworx.io/interpro/mcp

Get full details for a single InterPro entry by accession (e.g. “IPR000001”). Returns the entry name, type, a plain-text description, member-signature/protein counters, and associated GO terms (molecular function / biological process / cellular component). Use after search_entries or entries_for_protein to learn what a family/domain actually is. Keyless.

Parameters

NameTypeRequiredDescription
accessionstringyesInterPro accession, e.g. “IPR000001”.

Example call

curl -X POST https://gateway.pipeworx.io/interpro/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_entry","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "interpro": {
      "url": "https://gateway.pipeworx.io/interpro/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build July 21, 2026