Specright

Specright is a specification data management (SDM) platform that centralizes the specifications behind a physical product — raw materials, ingredients, formulas, packaging components, finished goods and the bills of materials that connect them — and shares them across a company's suppliers, co-manufacturers and internal teams. Founded in 2015 and headquartered in Tustin, California, the platform is built on Salesforce, which surfaces directly in its API: records are addressed by Salesforce IDs or by a configurable external ID, and field names carry the specright__*__c managed-package prefix. Specright publishes a REST API at api.specright.com/v1 covering specifications, spec families, suppliers, a generic object endpoint that reaches any configured Specright object, file retrieval and asynchronous CSV bulk jobs, documented through a developer portal at developer.specright.com. It also serves an OAuth-protected Model Context Protocol endpoint from its marketing site.

Specright publishes 1 API on the APIs.io network. Tagged areas include Company, Specification Management, Supply Chain, Packaging, and Product Lifecycle Management.

Specright’s developer surface includes documentation, API reference, pricing, support, engineering blog, authentication, changelog, and 21 more developer resources.

32.4/100 thin ▬ flat Agent 31/100 agent ready Full breakdown ↓
scored 2026-09-01 · rubric v0.17.2
1 APIs 1 MCP Servers
CompanySpecification ManagementSupply ChainPackagingProduct Lifecycle ManagementManufacturingSustainabilitySupplier CollaborationBill of MaterialsSalesforceEnterprise Software

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-09-01 · rubric v0.17.2
Composite quality — 32.4/100 · thin
Contract Quality 0.0 / 25
Developer Ergonomics 6.7 / 20
Access Clarity 12.6 / 20
Operational Transparency 4.1 / 13
Contract Governance 2.2 / 12
Discoverability 6.9 / 10
Agent readiness — 31/100 · agent ready
Machine-Readable Contract 0 / 18
Agentic Access Contract 0 / 10
Documented Reversibility 0 / 6
MCP Server 12 / 12
Machine-Readable Auth 10 / 10
Idempotency 0 / 9
Stable Error Semantics 8 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 7 / 7
Typed Event Surface 0 / 6
Agent Skills 5 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3
A2A Agent Card 0 / 8
Dry-Run / Simulate Mode 0 / 4
Delegated User Identity 6 / 6
Protected Resource Metadata 5 / 5
Registration Without a Human 6 / 6
Agentic Commerce Surface 0 / 5
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/specright: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs 1

Individual APIs this provider publishes, each with its own machine-readable definition.

Specright API

REST API over Specright's specification data. Forty-six operations across six areas: token issuance, specifications, spec families (BOM / finished good), suppliers, a generic /o...

MCP Servers 1

Model Context Protocol servers that expose these APIs to AI agents.

Specright MCP server

Specright serves two live Model Context Protocol endpoints from the WordPress REST API behind its marketing site, www.specright.com. Both were discovered from the site's own RFC...

MCP SERVER

Pricing Plans 1

Published pricing tiers and plan structures.

Rate Limits 1

Documented rate limits and quota policies.

Specright Rate Limits

0 limits

RATE LIMITS

Security Posture 2

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Specright Authentication

3 schemes

SECURITY

Specright Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Scopes 1

OAuth scopes governing access to this provider's APIs.

Specright Scopes

OAuth 2.0 · no documented scopes

0 scopes

SCOPES

Resources

Get Started 2

Portal, sign-up, and the first successful call

Documentation 2

Reference material describing how the API behaves

Agent Surfaces 4

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 5

Pagination, idempotency, versioning, errors, and events

Build 1

SDKs, sample code, and the tooling you integrate with

Access & Security 3

Authentication, authorization, and security posture

Operate 4

Status, limits, changes, and where to get help

Commercial 4

Pricing, plans, and the legal terms of use

Company 3

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: specright
name: Specright
description: 'Specright is a specification data management (SDM) platform that centralizes the specifications behind a physical
  product — raw materials, ingredients, formulas, packaging components, finished goods and the bills of materials that connect
  them — and shares them across a company''s suppliers, co-manufacturers and internal teams. Founded in 2015 and headquartered
  in Tustin, California, the platform is built on Salesforce, which surfaces directly in its API: records are addressed by
  Salesforce IDs or by a configurable external ID, and field names carry the specright__*__c managed-package prefix. Specright
  publishes a REST API at api.specright.com/v1 covering specifications, spec families, suppliers, a generic object endpoint
  that reaches any configured Specright object, file retrieval and asynchronous CSV bulk jobs, documented through a developer
  portal at developer.specright.com. It also serves an OAuth-protected Model Context Protocol endpoint from its marketing
  site.'
image: https://www.specright.com/wp-content/uploads/2026/04/AI-Specright-1-scaled.png
url: https://raw.githubusercontent.com/api-evangelist/specright/refs/heads/main/apis.yml
x-type: company
x-source: harvest:secondary-market
specificationVersion: '0.20'
created: '2026-08-28'
modified: '2026-08-28'
tags:
- Company
- Specification Management
- Supply Chain
- Packaging
- Product Lifecycle Management
- Manufacturing
- Sustainability
- Supplier Collaboration
- Bill of Materials
- Salesforce
- Enterprise Software
apis:
- name: Specright API
  description: 'REST API over Specright''s specification data. Forty-six operations across six areas: token issuance, specifications,
    spec families (BOM / finished good), suppliers, a generic /objects/{api-name} endpoint that reaches any Specright object
    configured in the tenant, and asynchronous bulk jobs. Every collection supports sparse fieldsets (fields), JSON filter
    queries (filter), sort, and skip/limit pagination; every record supports upsert against a configurable Salesforce external
    ID; and every object exposes a /definition endpoint returning its field metadata. Authentication is an API key plus a
    mandatory x-user-id acting-principal header, or a bearer token from POST /v1/token.'
  humanURL: https://developer.specright.com/
  baseURL: https://api.specright.com/v1
  tags:
  - Specifications
  - Spec Families
  - Suppliers
  - Bulk Operations
  - Supply Chain
  properties:
  - type: Authentication
    url: authentication/specright-authentication.yml
  - type: OAuthScopes
    url: scopes/specright-scopes.yml
  - type: ErrorCatalog
    url: errors/specright-error-codes.yml
  - type: Conventions
    url: conventions/specright-conventions.yml
  - type: DataModel
    url: data-model/specright-data-model.yml
  - type: Lifecycle
    url: lifecycle/specright-lifecycle.yml
  - type: RateLimits
    url: rate-limits/specright-rate-limits.yml
  - type: Sandbox
    url: sandbox/specright-sandbox.yml
  - type: Conformance
    url: conformance/specright-conformance.yml
  - type: AgentSkill
    url: skills/_index.yml
  - type: APIReference
    url: https://developer.specright.com/api-reference
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
- FN: APIs.json
  email: info@apis.io
common:
- type: Website
  url: https://www.specright.com/
- type: DeveloperPortal
  url: https://developer.specright.com/
- type: Documentation
  url: https://developer.specright.com/
- type: APIReference
  url: https://developer.specright.com/api-reference
- type: Pricing
  url: https://www.specright.com/plans-pricing/
- type: TermsOfService
  url: https://www.specright.com/terms-of-use/
- type: PrivacyPolicy
  url: https://www.specright.com/privacy-notice/
- type: Support
  url: https://www.specright.com/customer-support/
- type: Blog
  url: https://www.specright.com/blog/
- type: BlogRSS
  url: https://www.specright.com/feed/
- type: StatusPage
  url: https://status.specright.com/
- type: MCPServer
  url: mcp/specright-mcp.yml
- type: WellKnown
  url: well-known/specright-well-known.yml
- type: Authentication
  url: authentication/specright-authentication.yml
- type: OAuthScopes
  url: scopes/specright-scopes.yml
- type: ErrorCatalog
  url: errors/specright-error-codes.yml
- type: Conventions
  url: conventions/specright-conventions.yml
- type: DataModel
  url: data-model/specright-data-model.yml
- type: Lifecycle
  url: lifecycle/specright-lifecycle.yml
- type: ChangeLog
  url: changelog/specright-changelog.yml
- type: RateLimits
  url: rate-limits/specright-rate-limits.yml
- type: Plans
  url: plans/specright-plans-pricing.yml
- type: Sandbox
  url: sandbox/specright-sandbox.yml
- type: Conformance
  url: conformance/specright-conformance.yml
- type: Packages
  url: packages/specright-packages.yml
- type: AgentSkill
  url: skills/_index.yml
- type: LLMsTxt
  url: llms/specright-llms.txt
- type: DomainSecurity
  url: security/specright-domain-security.yml
x-enrichment:
  date: '2026-08-28'
  status: enriched
  artifacts_added: 20
  pass: local-v1

Work with this as data

Every provider here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for providers

9 MCP tools reach this
  • find_providersBrowse and filter every provider in the catalog.
  • get_provider_artifactsEvery artifact this provider publishes, grouped by type.
  • get_provider_operationsEvery operation across all of their OpenAPIs — one call instead of parsing every spec.
  • get_provider_toolsEvery MCP tool they ship, with the operation each wraps.
  • get_provider_evidenceHow each part of their score was established. Free — the basis for a claim should not sit behind it.
  • get_provider_ratingPRO — composite, band, trend and facet scores.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This provider
curl "https://apis.io/api/v1/providers/specright"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/specright/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/specright/evidence"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.