OriginForge NFT Generator
Retrieves and saves NFT images in SVG format from the Origin Forge API.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@OriginForge NFT Generatorsave a random NFT to my desktop"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
NFT 데이터 뷰어
이 프로젝트는 Origin Forge API에서 NFT 데이터를 가져와 표시하고 저장하는 도구입니다.
기능
NFT 데이터 가져오기
속성 및 색상 팔레트 표시
SVG 이미지 및 JSON 메타데이터 저장
MCP(Model Context Protocol) 서버 기능
Related MCP server: Uranium MCP Server
사용 방법
간단한 데이터 뷰어
node src/simple-nft.js이미지 저장 기능이 있는 강화된 뷰어
node src/enhanced-nft.jsMCP 서버 실행
node build/index.jsMCP 서버 기능
MCP 서버는 다음과 같은 도구들을 제공합니다:
get-nft-data- 기본 NFT 정보 가져오기get-nft-image- NFT 이미지 데이터 가져오기get-nft-attributes- 상세 NFT 속성 가져오기get-color-palette- NFT 색상 팔레트 가져오기get-enhanced-nft-view- 향상된 NFT 뷰 표시save-nft-files- NFT 이미지와 JSON 데이터를 파일로 저장 (매개변수: outputDir)get-random-nfts- 여러 개의 랜덤 NFT 가져오기 (매개변수: count)
파일 저장 예시
save-nft-files 도구를 사용하면 다음 파일들이 저장됩니다:
SVG 이미지 파일
JSON 메타데이터 파일
원본 API 응답 데이터
기본 저장 경로는 nft-output 디렉토리이며, outputDir 매개변수로 변경할 수 있습니다.
여러 NFT 가져오기
get-random-nfts 도구를 사용하면 한 번에 여러 개의 랜덤 NFT를 가져올 수 있습니다.
기본값은 3개이며, count 매개변수로 1-5개 사이에서 지정할 수 있습니다.
이미지 예시
저장된 이미지는 nft-output 디렉토리에서 찾을 수 있습니다. 각 이미지는 SVG 형식과 JSON 메타데이터를 포함합니다.
개발자
이 프로젝트는 NFT 데이터를 쉽게 가져오고 표시하기 위해 개발되었습니다.
라이선스
ISC
Available Tools
7 toolsget-color-paletteB
Get NFT color palette
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden of behavioral disclosure. It states 'Get' which implies a read operation, but doesn't specify whether it requires authentication, rate limits, what the return format is, or if it's idempotent. For a tool with zero annotation coverage, this is a significant gap in transparency.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description 'Get NFT color palette' is a single, efficient sentence that front-loads the essential information without any wasted words. It's appropriately sized for a simple tool with no parameters, making it easy for an agent to parse quickly.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's simplicity (0 parameters, no output schema), the description is minimally adequate but lacks depth. It doesn't explain what an 'NFT color palette' entails or how it differs from other NFT data tools, which could help the agent use it correctly in context with siblings. Without annotations or output schema, more behavioral context would improve completeness.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has 0 parameters with 100% coverage, meaning there are no parameters to document. The description doesn't need to add parameter semantics, so it meets the baseline of 4 for tools with no parameters, as it doesn't mislead or omit necessary information about inputs.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description 'Get NFT color palette' clearly states the verb ('Get') and resource ('NFT color palette'), making the tool's purpose immediately understandable. However, it doesn't differentiate from sibling tools like 'get-nft-attributes' or 'get-nft-data', which might also return color-related information, so it doesn't reach the highest score.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides no guidance on when to use this tool versus alternatives like 'get-nft-attributes' or 'get-nft-image', which might overlap in functionality. There's no mention of prerequisites, exclusions, or specific contexts for usage, leaving the agent to infer based on the tool name alone.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get-enhanced-nft-viewC
Get enhanced NFT view with formatted display
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries full burden. It mentions 'enhanced' and 'formatted display' but does not disclose behavioral traits such as what data is included, how formatting is applied, performance considerations, or error handling. This leaves significant gaps for a tool with no structured safety hints.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, efficient sentence that states the core function without unnecessary words. It is front-loaded with the main action, though it could be slightly more informative given the lack of other context.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given no annotations, no output schema, and a vague description, the tool's behavior is underspecified. The description does not compensate for the lack of structured data, leaving the agent uncertain about what 'enhanced view' entails or how results are returned.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has 0 parameters with 100% coverage, so no parameter documentation is needed. The description does not add parameter details, which is appropriate, earning a baseline score of 4 for not introducing confusion or redundancy.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states the tool 'Get enhanced NFT view with formatted display' which provides a general purpose (retrieving an enhanced view) but is vague about what constitutes 'enhanced' or 'formatted display'. It distinguishes from siblings like get-nft-data or get-nft-image by implying a processed view, but lacks specificity about the resource or exact verb.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance is provided on when to use this tool versus alternatives like get-nft-data or get-nft-attributes. The description implies a formatted display, but does not specify contexts, prerequisites, or exclusions for usage.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get-nft-attributesC
Get detailed NFT attributes
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden of behavioral disclosure. It states 'Get' which implies a read operation, but doesn't mention permissions, rate limits, error handling, or what 'detailed' entails. For a tool with zero annotation coverage, this is a significant gap in transparency.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, efficient sentence with no wasted words. It's front-loaded with the core action ('Get detailed NFT attributes'), making it easy to parse. However, it could be slightly more informative without losing conciseness.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given no annotations, no output schema, and a vague description, this is incomplete for a tool that likely returns complex NFT data. The description doesn't explain what 'attributes' include, the return format, or how it differs from siblings, leaving the agent under-informed for proper usage.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has 0 parameters with 100% coverage, so no parameter documentation is needed. The description doesn't add parameter details, which is appropriate here. Baseline is 4 for zero parameters, as the schema fully covers the lack of inputs.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description 'Get detailed NFT attributes' states a clear verb ('Get') and resource ('NFT attributes'), but it's vague about what 'detailed' means and doesn't distinguish this tool from siblings like 'get-nft-data'. It provides a basic purpose but lacks specificity about scope or differentiation.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance is provided on when to use this tool versus alternatives like 'get-nft-data' or 'get-enhanced-nft-view'. The description implies usage for retrieving NFT attributes but doesn't specify context, prerequisites, or exclusions, leaving the agent to guess based on tool names alone.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get-nft-dataC
Get basic NFT information
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries full burden but only states the action without disclosing behavioral traits like whether this is a read-only operation, requires authentication, has rate limits, or what format the information is returned in. It's minimal and lacks necessary context for safe invocation.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, efficient sentence with zero waste. It's appropriately sized for a simple tool and front-loaded with the core purpose.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given no annotations and no output schema, the description is incomplete for a tool that presumably returns data. It doesn't explain what 'basic NFT information' includes, how it's structured, or any limitations. For a query tool with siblings offering specialized data, this leaves significant gaps.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has 0 parameters with 100% coverage, so no parameter documentation is needed. The description doesn't add param info, which is appropriate here. Baseline is 4 since it doesn't need to compensate for any gaps.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description 'Get basic NFT information' clearly states the action (get) and resource (NFT information), but lacks specificity about what constitutes 'basic' information and doesn't distinguish this tool from siblings like 'get-nft-attributes' or 'get-enhanced-nft-view'. It's vague about scope compared to alternatives.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance is provided on when to use this tool versus sibling tools like 'get-nft-attributes' or 'get-enhanced-nft-view'. The description implies a general-purpose query but offers no context about appropriate use cases or exclusions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get-nft-imageC
Get NFT image data
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden. It states 'Get NFT image data' but doesn't disclose behavioral traits such as whether this is a read-only operation, if it requires authentication, rate limits, or what the output format might be. The description is minimal and fails to add meaningful context beyond the basic action.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description 'Get NFT image data' is extremely concise—three words that directly convey the tool's function without any fluff. It's front-loaded and wastes no space, making it easy to parse quickly. Every word earns its place by specifying the action and resource.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the lack of annotations and output schema, the description is incomplete. It doesn't explain what 'image data' includes (e.g., URLs, binary data, metadata), how results are returned, or any constraints. For a tool with no structured data to rely on, this minimal description leaves significant gaps in understanding its behavior and output.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has 0 parameters with 100% coverage, so there are no parameters to document. The description doesn't need to add parameter semantics, and it doesn't introduce any confusion. A baseline of 4 is appropriate as the schema fully handles the parameter aspect, and the description doesn't detract from it.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description 'Get NFT image data' clearly states the action (get) and resource (NFT image data), but it's vague about what 'image data' specifically entails. It doesn't distinguish from siblings like 'get-nft-data' or 'get-enhanced-nft-view', which might overlap in functionality. The purpose is understandable but lacks specificity.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance is provided on when to use this tool versus alternatives. With siblings like 'get-nft-data' and 'get-enhanced-nft-view', the description doesn't explain if this is for raw images, metadata, or other aspects, leaving the agent to guess based on tool names alone. There's no mention of prerequisites or exclusions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get-random-nftsC
Get multiple random NFTs
| Name | Required | Description | Default |
|---|---|---|---|
| count | No |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries full burden. It states 'Get multiple random NFTs', which implies a read operation but doesn't disclose behavioral traits such as rate limits, authentication needs, what 'random' entails (e.g., source, distribution), or response format. This is a significant gap for a tool with no annotation coverage.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, efficient sentence with zero waste. It's appropriately sized and front-loaded, directly stating the tool's purpose without unnecessary elaboration, making it highly concise and well-structured.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given no annotations, no output schema, and low schema coverage, the description is incomplete. It lacks details on behavior, parameter meaning, and output, which are crucial for a tool that retrieves data. This inadequacy is notable for a tool with such minimal structured support.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, so the description must compensate. It mentions 'multiple' which hints at the 'count' parameter, but doesn't explain its meaning, range, or default. With 1 parameter and low coverage, the description adds minimal value beyond the schema, resulting in an adequate baseline score.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description 'Get multiple random NFTs' clearly states the verb ('Get') and resource ('NFTs'), with 'multiple random' specifying scope. However, it doesn't distinguish this from sibling tools like 'get-nft-data' or 'get-nft-attributes', which might also retrieve NFTs in some form, so it misses full sibling differentiation.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance is provided on when to use this tool versus alternatives like 'get-nft-data' or 'get-enhanced-nft-view'. The description implies it's for random retrieval, but there's no explicit context, exclusions, or named alternatives mentioned, leaving usage unclear relative to siblings.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
save-nft-filesC
Save NFT image and JSON data to files
| Name | Required | Description | Default |
|---|---|---|---|
| outputDir | No | nft-output |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure. It states the tool saves files but doesn't describe what happens during the save (e.g., file overwriting, error handling, permissions needed, or output format). This is a significant gap for a tool that performs file system operations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, efficient sentence with no wasted words. It's front-loaded with the core action and resources, making it easy to parse quickly.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a tool that saves files (a mutation operation) with no annotations and no output schema, the description is incomplete. It lacks details on behavioral traits, error conditions, or what the tool returns, which are critical for safe and effective use.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has 1 parameter with 0% description coverage, and the description doesn't mention any parameters. However, since there's only one parameter and the schema defines its type and default, the baseline of 3 is appropriate as the description doesn't add value but the schema provides minimal structure.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the action ('save') and resources ('NFT image and JSON data to files'), providing a specific verb+resource combination. It doesn't distinguish from sibling tools, which are all 'get' operations, making this the only 'save' tool in the set.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No explicit guidance on when to use this tool versus alternatives is provided. The description doesn't mention prerequisites, context for saving, or relationship to the sibling 'get' tools that might provide the data to save.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
TDQS
Most tools have distinct purposes focused on different aspects of NFT data retrieval (color palette, attributes, basic info, image, random selection, saving), though 'get-nft-data' and 'get-nft-attributes' could potentially overlap in scope. The 'get-enhanced-nft-view' tool might also be confused with basic data retrieval, but descriptions help clarify their specific functions.
All tools follow a consistent verb_noun pattern with hyphens (e.g., get-color-palette, save-nft-files), using 'get' for retrieval operations and 'save' for the storage operation. This predictable naming scheme makes it easy for agents to understand tool purposes at a glance.
With 7 tools, this server is well-scoped for an NFT generator, covering key operations like data retrieval, image handling, and file saving. Each tool appears to serve a specific, necessary function without redundancy, making the count appropriate for the domain.
The toolset covers retrieval and saving operations well but lacks creation or modification tools (e.g., generate-nft, update-nft-attributes), which are essential for a generator. While agents can work with the provided tools, the absence of core generation functionality represents a notable gap in the surface for the server's stated purpose.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Discover, browse, and collect from 500+ on-chain generative art projects.
AI-native art catalogue. Catalogue works, parse provenance, and generate signed RAIs.
Create, validate, edit, export (markdown/svg/png/mermaid), and search JSON Canvas files.
OpenSea MCP — NFT marketplace data (v2 API)
Related MCP Servers
AlicenseNot gradedqualityDmaintenanceProvides access to NFTGo's Developer API for retrieving NFT collection details, asset information, market data, wallet information, and search capabilities on the Ethereum blockchain.175MIT- -licenseNot gradedqualityNot gradedmaintenanceEnables LLMs to create and manage NFT collections and assets through the Uranium platform. Supports uploading media files, minting NFTs, and managing ERC721/ERC1155 collections on the blockchain.
- AlicenseBqualityDmaintenanceEnables creation and management of NFT collections and assets through the Uranium API. Supports uploading files as NFTs, managing ERC721 and ERC1155 collections, and bulk operations across multiple collections.4471MIT
- AlicenseNot gradedqualityCmaintenanceEnables querying NFT marketplace data from OpenSea's v2 API, including fetching individual NFTs by chain, contract, and token ID, and listing NFTs owned by an address.16MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jutalik/originforge-generate-nft-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server