NIH RePORTER API — Publications

NIH RePORTER API — Publications. 1 operations. Lead operation: Search publications associated with NIH projects. Self-contained Naftiko capability covering one National Institutes Of Health business surface.

Run with Naftiko National Institutes Of HealthPublications

What You Can Do

POST
Searchpublications — Search publications associated with NIH projects
/v1/v2/publications/search

MCP Tools

search-publications-associated-nih-projects

Search publications associated with NIH projects

read-only

Capability Spec

national-institutes-of-health-publications.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: NIH RePORTER API — Publications
  description: 'NIH RePORTER API — Publications. 1 operations. Lead operation: Search publications associated with NIH projects.
    Self-contained Naftiko capability covering one National Institutes Of Health business surface.'
  tags:
  - National Institutes Of Health
  - Publications
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    NATIONAL_INSTITUTES_OF_HEALTH_API_KEY: NATIONAL_INSTITUTES_OF_HEALTH_API_KEY
capability:
  consumes:
  - type: http
    namespace: national-institutes-of-health-publications
    baseUri: https://api.reporter.nih.gov
    description: NIH RePORTER API — Publications business capability. Self-contained, no shared references.
    resources:
    - name: v2-publications-search
      path: /v2/publications/search
      operations:
      - name: searchpublications
        method: POST
        description: Search publications associated with NIH projects
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
  exposes:
  - type: rest
    namespace: national-institutes-of-health-publications-rest
    port: 8080
    description: REST adapter for NIH RePORTER API — Publications. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/v2/publications/search
      name: v2-publications-search
      description: REST surface for v2-publications-search.
      operations:
      - method: POST
        name: searchpublications
        description: Search publications associated with NIH projects
        call: national-institutes-of-health-publications.searchpublications
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: national-institutes-of-health-publications-mcp
    port: 9090
    transport: http
    description: MCP adapter for NIH RePORTER API — Publications. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: search-publications-associated-nih-projects
      description: Search publications associated with NIH projects
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: national-institutes-of-health-publications.searchpublications
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.