smithery/neversight

hubspot-whoami-nango

Find out who you are in HubSpot using Nango.

Installation

$ npx skills add smithery/neversight --skill hubspot-whoami-nango

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery/neversight · top by installs.

npx skills add smithery/neversight

Browse all from smithery/neversight

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Skill metadata

Parsed from SKILL.md frontmatter.

Version2.0.0

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,777 B
  • docs SUMMARY.md 72 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

HubSpot WhoAmI via Nango

This skill identifies the current authenticated HubSpot user using the Nango integration.

MCP Server Requirements

This skill depends on the Nango MCP server being correctly configured and connected.

Required Tool:

  • whoami: Returns the authenticated HubSpot user's ID and email address.

Connection Requirements: See the connect-to-nango-mcp skill for details on how to configure the Nango MCP server with the necessary authentication headers.


Workflow

Step 1: Ensure Nango is Connected

Verify if the Nango MCP server is connected and the whoami tool is available. If not, follow the connect-to-nango-mcp skill workflow to establish a connection for the hubspot provider. Identify the provider as hubspot immediately.

Step 2: Call the whoami Tool

Execute the whoami tool provided by the Nango MCP server. This tool requires no arguments if the connection headers were correctly set during MCP initialization.

Step 3: Present the Identity

Display the returned user information (ID and email) to the user in a friendly format.


Example Output

HubSpot Identity:
- User ID: 3768092
- Email: [email protected]

Error Handling

  • Tool Not Found: Ensure the Nango MCP server is connected and the provider is hubspot.
  • Authentication Error: Refer to the troubleshooting section of the connect-to-nango-mcp skill.
  • Provider Mismatch: Ensure you are using the hubspot provider config key when connecting to Nango.