AlphaSense · Capability

AlphaSense Utility API — Search

AlphaSense Utility API — Search. 1 operation. Lead operation: Execute An AlphaSense Search GraphQL Operation. Self-contained Naftiko capability covering one alphasense business surface.

AlphaSense Utility API — Search is a Naftiko capability published by AlphaSense, one of 8 capabilities the APIs.io network indexes for this provider. It bundles 1 operation across the POST method rooted at /v1/search/documents.

The capability includes 1 read-only operation. Lead operation: Execute An AlphaSense Search Operation across filings, broker research, news, transcripts, and Tegus. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include alphasense, Utility API, Search, and Documents.

Run with Naftiko alphasenseUtility APISearchDocuments

What You Can Do

POST
Searchdocuments — Execute An AlphaSense Search Operation.
/v1/search/documents

MCP Tools

alphasense-search-documents

Execute An AlphaSense Search Operation across filings, broker research, news, transcripts, and Tegus.

read-only idempotent

Capability Spec

utility-api-search.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: AlphaSense Utility API — Search
  description: 'AlphaSense Utility API — Search. 1 operation. Lead operation: Execute An AlphaSense Search GraphQL Operation.
    Self-contained Naftiko capability covering one alphasense business surface.'
  tags:
  - alphasense
  - Utility API
  - Search
  - Documents
  created: '2026-05-23'
  modified: '2026-05-23'
binds:
- namespace: env
  keys:
    ALPHASENSE_API_KEY: ALPHASENSE_API_KEY
    ALPHASENSE_BEARER_TOKEN: ALPHASENSE_BEARER_TOKEN
capability:
  consumes:
  - type: http
    namespace: utility-api-search
    baseUri: https://api.alpha-sense.com
    description: AlphaSense Utility API — Search business capability. Self-contained, no shared references.
    resources:
    - name: gql
      path: /gql
      operations:
      - name: searchdocuments
        method: POST
        description: Execute An AlphaSense Search GraphQL Operation Across The Full Document Corpus.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.ALPHASENSE_BEARER_TOKEN}}'
  exposes:
  - type: rest
    namespace: utility-api-search-rest
    port: 8080
    description: REST adapter for AlphaSense Utility API — Search. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/search/documents
      name: search-documents
      description: REST surface for AlphaSense document search.
      operations:
      - method: POST
        name: searchdocuments
        description: Execute An AlphaSense Search Operation.
        call: utility-api-search.searchdocuments
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: utility-api-search-mcp
    port: 9090
    transport: http
    description: MCP adapter for AlphaSense Utility API — Search. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: alphasense-search-documents
      description: Execute An AlphaSense Search Operation across filings, broker research, news, transcripts, and Tegus.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: utility-api-search.searchdocuments
      outputParameters:
      - type: object
        mapping: $.