api-test

Validate MCP Finance API endpoints, authentication, and error handling.

Updated Jan 9, 2026
One-click install
npx skills add https://github.com/adamaslan/mcp-fin1 --skill api-test
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: api-test
Source: https://github.com/adamaslan/mcp-fin1/tree/main/.claude/skills/api-test
Command: npx skills add https://github.com/adamaslan/mcp-fin1 --skill api-test

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The API testing skill helps developers validate MCP Finance API endpoints, verify authentication flows, and ensure proper error handling during development and CI.

Core Features & Use Cases

  • Health checks: Verify service availability and response integrity.
  • Endpoint testing: Validate authentication, stocks, transactions, and webhook APIs, plus error scenarios.
  • CI integration: Run automated API tests as part of your build pipeline and regression suites.

Quick Start

Start the development server (Next.js app and MCP backend) and run the provided tests using curl or your preferred HTTP client. Review the responses and extend test coverage as needed.

Frequently Asked Questions about api-test

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I test API endpoints for a Next.js finance application?

API endpoint testing for a Next.js finance app validates stocks, transactions, and webhook APIs by enforcing clear request and response expectations using curl commands to verify service availability and error handling.

What is the best way to verify authentication flows in MCP Finance APIs?

Verifying authentication flows in MCP Finance APIs involves running deterministic test scenarios against protected endpoints to validate auth tokens and ensure proper error handling for invalid or missing credentials.

Can I run automated API tests in my CI pipeline for a Next.js app?

Automated API tests can run in CI pipelines for Next.js apps by executing reproducible test commands as part of build workflows and regression suites to validate endpoint integrity and service availability.

How do I perform health checks on MCP Finance backend services?

Health checks on MCP Finance backend services verify service availability and response integrity by sending HTTP requests to health endpoints and reviewing the returned status codes and payload data.

Do I need curl to validate webhook APIs and error scenarios during development?

Curl or any preferred HTTP client is needed to validate webhook APIs and error scenarios during development, allowing you to execute test commands and review responses for the MCP Finance backend.